]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(squash): this module shouldn't depend on bash
authorKairui Song <kasong@redhat.com>
Fri, 4 Dec 2020 07:37:27 +0000 (15:37 +0800)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 9 Mar 2021 13:40:35 +0000 (13:40 +0000)
Any other shell should just work.

modules.d/99squash/module-setup.sh

index 9f973bda3ba86c34d9345a59cd12b96b5ac15a18..ecf95cc6b55ca607c40051ff35ffdcb5dec57a9a 100644 (file)
@@ -14,7 +14,7 @@ check() {
 }
 
 depends() {
-    echo "bash systemd-initrd"
+    echo "systemd-initrd"
     return 0
 }