Commit bd73c5e1 authored by Roman Alifanov's avatar Roman Alifanov

plymouth: add mce=nobootlog cmdline parameter

parent 45009282
......@@ -21,7 +21,7 @@ use/plymouth/stage2: use/plymouth use/branding \
@$(call add,STAGE1_PACKAGES,make-initrd-plymouth)
@$(call add,STAGE1_BRANDING,bootsplash graphics)
@$(call add,STAGE2_BRANDING,bootsplash graphics)
@$(call add,STAGE2_BOOTARGS,$$(SPLASH_ARGS))
@$(call add,STAGE2_BOOTARGS,quiet loglevel=3 splash mce=off)
else
use/plymouth/stage2: use/plymouth use/branding; @:
endif
......@@ -33,7 +33,7 @@ endif
@$(call add,THE_BRANDING,bootsplash graphics)
@$(call add,BASE_PACKAGES,make-initrd-plymouth cpio)
ifeq (vm,$(IMAGE_CLASS))
@$(call add,BASE_BOOTARGS,$$(SPLASH_ARGS))
@$(call add,BASE_BOOTARGS,quiet loglevel=3 splash mce=nobootlog)
endif
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