]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(lvmmerge): depend on bash
authorHarald Hoyer <harald@redhat.com>
Wed, 31 Mar 2021 07:01:58 +0000 (09:01 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 31 Mar 2021 09:32:48 +0000 (11:32 +0200)
modules.d/80lvmmerge/module-setup.sh

index 89c93f31bf807d1127639bdc5010ce17d5d1956c..c3be931ef0914cf425f6e9e3a92c87fecea80779 100755 (executable)
@@ -10,7 +10,7 @@ check() {
 
 # called by dracut
 depends() {
-    echo lvm dracut-systemd systemd
+    echo lvm dracut-systemd systemd bash
     return 0
 }