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

index d1804cc6f072c4792f84ee0c8986f1a92a383c04..9dc1e73388c6069208ce000161f399aa1eb37c83 100755 (executable)
@@ -17,7 +17,7 @@ check() {
 
 # called by dracut
 depends() {
-    echo fcoe uefi-lib
+    echo fcoe uefi-lib bash
     return 0
 }