]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(dasd_rules): add bash dependency
authorHarald Hoyer <harald@redhat.com>
Tue, 30 Mar 2021 14:48:57 +0000 (16:48 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 30 Mar 2021 21:10:44 +0000 (21:10 +0000)
modules.d/95dasd_rules/module-setup.sh

index bcd58589a1e59d9f0033733b226ccf8771123d01..e7f0e1dd1d1f70a61b5da32f2abe1abb8ee39333 100755 (executable)
@@ -44,7 +44,7 @@ check() {
 
 # called by dracut
 depends() {
-    echo 'dasd_mod'
+    echo 'dasd_mod' bash
     return 0
 }