]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(zfcp_rules): require bash
authorHarald Hoyer <harald@redhat.com>
Tue, 30 Mar 2021 13:27:50 +0000 (15:27 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 30 Mar 2021 15:55:15 +0000 (17:55 +0200)
modules.d/95zfcp_rules/module-setup.sh

index b93e007ccb197275e3ef9a22f4043f250170d6db..59073d9e222451cbccf38be4023756b38859e5e1 100755 (executable)
@@ -60,6 +60,7 @@ check() {
 
 # called by dracut
 depends() {
+    echo bash
     return 0
 }