installer: add 'quiet' in kernel command line submit/tizen_common/20140529.161436
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Thu, 29 May 2014 16:11:58 +0000 (18:11 +0200)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Thu, 29 May 2014 16:11:58 +0000 (18:11 +0200)
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 <stephane.desneux@open.eurogiciel.org>
common.yaml

index a93b094..1755123 100644 (file)
@@ -36,6 +36,7 @@ Minimal:
 
 Installer:
     Part: common-mbr
+    BootloaderAppend: "rw vga=current quiet splash rootwait rootfstype=ext4 plymouth.enable=0"
     Repos: []
 
 Wayland: