]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(plymouth): drop depending on bash
authorBenjamin Drung <benjamin.drung@canonical.com>
Mon, 29 Sep 2025 21:57:43 +0000 (23:57 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Tue, 30 Sep 2025 19:23:10 +0000 (15:23 -0400)
The only Bash script in the Plymouth module is
`plymouth-populate-initrd.sh` which is called by `module-setup.sh` and
not included in the initrd. Therefore the Plymouth module does not
require Bash.

Fixes: 3a04a139700 ("fix: add bash dependency when bash scripts are used in the module")
modules.d/45plymouth/module-setup.sh

index e598c0c78751260c2faac9b58f4c77485274691a..9c916ad9bdb5e3c559e6a4da15b1d593875cfea2 100755 (executable)
@@ -24,7 +24,7 @@ check() {
 
 # called by dracut
 depends() {
-    echo drm bash
+    echo drm
 }
 
 # called by dracut