From 894d9ba8a62991152a523188c9aa0b982a247c5e Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 29 May 2014 18:11:58 +0200 Subject: [PATCH] installer: add 'quiet' in kernel command line installer image runs an installer script that uses dialog on the console. Adding 'quiet' to the kernel command line makes the kernel and systemd less verbose on the console to avoid poluting the installer visuals Change-Id: If1123002721989077a6a699530d4177d40585678 Signed-off-by: Stephane Desneux --- common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/common.yaml b/common.yaml index a93b094..1755123 100644 --- a/common.yaml +++ b/common.yaml @@ -36,6 +36,7 @@ Minimal: Installer: Part: common-mbr + BootloaderAppend: "rw vga=current quiet splash rootwait rootfstype=ext4 plymouth.enable=0" Repos: [] Wayland: -- 2.7.4