]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(caps): require bash
authorHarald Hoyer <harald@redhat.com>
Wed, 31 Mar 2021 07:18:28 +0000 (09:18 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 31 Mar 2021 09:04:52 +0000 (11:04 +0200)
modules.d/02caps/module-setup.sh

index 0faf778d4a94a781cd9d67532b66b0099156190b..18073e2c4ec1c1fdb6bc366312d4b16860906de3 100755 (executable)
@@ -8,6 +8,7 @@ check() {
 
 # called by dracut
 depends() {
+    echo bash
     return 0
 }