]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(plymouth): do not install plymouth-set-default-theme into initrd
authorBenjamin Drung <benjamin.drung@canonical.com>
Wed, 1 Oct 2025 22:26:44 +0000 (00:26 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Tue, 7 Oct 2025 00:42:14 +0000 (20:42 -0400)
The script `plymouth-set-default-theme` is not needed inside the initrd,
because it is not called by anything. So skip installing it.

modules.d/45plymouth/module-setup.sh

index de834a602664db0eb344f7590ff55519c01dfdd3..a3fc3d3d9193a19d9d0505c10252c986f42734a7 100755 (executable)
@@ -67,7 +67,7 @@ install() {
 
     inst_multiple readlink
 
-    inst_multiple plymouthd plymouth plymouth-set-default-theme
+    inst_multiple plymouthd plymouth
 
     if ! dracut_module_included "systemd"; then
         inst_hook pre-trigger 10 "$moddir"/plymouth-pretrigger.sh