diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-29 18:11:58 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-29 18:11:58 +0200 |
commit | 894d9ba8a62991152a523188c9aa0b982a247c5e (patch) | |
tree | 852560a794ec2d36c694a684d4e9950d0337b23b /common.yaml | |
parent | f035f5101668134a113c4f0d81d45ef112fb82e6 (diff) | |
download | meta-894d9ba8a62991152a523188c9aa0b982a247c5e.tar.gz meta-894d9ba8a62991152a523188c9aa0b982a247c5e.tar.bz2 meta-894d9ba8a62991152a523188c9aa0b982a247c5e.zip |
installer: add 'quiet' in kernel command linesubmit/tizen_common/20140529.161436
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>
Diffstat (limited to 'common.yaml')
-rw-r--r-- | common.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |