Commit 583074da authored by Anton Midyukov's avatar Anton Midyukov

plymouth: Add splash to BASE_BOOTARGS

This needed for live.
parent a5acd603
...@@ -30,7 +30,7 @@ use/plymouth/vm: use/plymouth use/branding use/kernel/initrd-setup ...@@ -30,7 +30,7 @@ use/plymouth/vm: use/plymouth use/branding use/kernel/initrd-setup
@$(call add,VM_INITRDFEATURES,plymouth) @$(call add,VM_INITRDFEATURES,plymouth)
@$(call add,THE_BRANDING,bootsplash) @$(call add,THE_BRANDING,bootsplash)
@$(call add,THE_PACKAGES_REGEXP,make-initrd-plymouth) @$(call add,THE_PACKAGES_REGEXP,make-initrd-plymouth)
@$(call add,BASE_BOOTARGS,quiet splash) @$(call add,BASE_BOOTARGS,quiet)
@$(call add,THE_KMODULES,drm) @$(call add,THE_KMODULES,drm)
else else
use/plymouth/vm: use/plymouth; @: use/plymouth/vm: use/plymouth; @:
...@@ -44,6 +44,7 @@ endif ...@@ -44,6 +44,7 @@ endif
@$(call add,BASE_PACKAGES_REGEXP,make-initrd-plymouth cpio) @$(call add,BASE_PACKAGES_REGEXP,make-initrd-plymouth cpio)
@$(call add,THE_BRANDING,bootsplash) @$(call add,THE_BRANDING,bootsplash)
@$(call add,THE_PACKAGES,make-initrd-plymouth) @$(call add,THE_PACKAGES,make-initrd-plymouth)
@$(call add,BASE_BOOTARGS,splash)
use/plymouth/full: use/plymouth/stage2 use/plymouth/base; @: use/plymouth/full: use/plymouth/stage2 use/plymouth/base; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment