Commit daeac1fb authored by Roman Alifanov's avatar Roman Alifanov

plymouth: add mce=nobootlog cmdline parameter

parent 09797cd9
...@@ -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 loglevel=3 splash mce=off)
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 loglevel=3 splash mce=nobootlog)
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