Commit a12a74d3 authored by Anton Midyukov's avatar Anton Midyukov

plymouth: do not add loglevel=3 to BOOTARGS

Not needed, as it is now the default for quiet. Link: https://bugzilla.altlinux.org/50098
parent b71f3b67
...@@ -20,7 +20,7 @@ use/plymouth/stage2: use/plymouth use/branding \ ...@@ -20,7 +20,7 @@ use/plymouth/stage2: use/plymouth use/branding \
@$(call add,STAGE1_PACKAGES,make-initrd-plymouth) @$(call add,STAGE1_PACKAGES,make-initrd-plymouth)
@$(call add,STAGE1_BRANDING,bootsplash graphics) @$(call add,STAGE1_BRANDING,bootsplash graphics)
@$(call add,STAGE2_BRANDING,bootsplash graphics) @$(call add,STAGE2_BRANDING,bootsplash graphics)
@$(call add,STAGE2_BOOTARGS,quiet loglevel=3 splash) @$(call add,STAGE2_BOOTARGS,quiet splash)
else else
use/plymouth/stage2: use/plymouth use/branding; @: use/plymouth/stage2: use/plymouth use/branding; @:
endif endif
...@@ -32,7 +32,7 @@ endif ...@@ -32,7 +32,7 @@ endif
@$(call add,THE_BRANDING,bootsplash graphics) @$(call add,THE_BRANDING,bootsplash graphics)
@$(call add,THE_PACKAGES,make-initrd-plymouth cpio) @$(call add,THE_PACKAGES,make-initrd-plymouth cpio)
ifeq (vm,$(IMAGE_CLASS)) ifeq (vm,$(IMAGE_CLASS))
@$(call add,BASE_BOOTARGS,quiet loglevel=3 splash) @$(call add,BASE_BOOTARGS,quiet splash)
endif endif
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