ivi.yaml: enable quiet boot 37/10137/1
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 19 Sep 2013 15:24:30 +0000 (18:24 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 19 Sep 2013 15:24:30 +0000 (18:24 +0300)
Add the 'quiet' kernel option to make kernel boot quietly, which means that
kernel won't print hundreds of lines of messages to the console. This will make
it boot a lot faster.

The messages will be lated visible with 'dmesg' later on the console.

This _will_ make make our life more difficult in case of kernel issues, because
we won't see kernel error messages on the console. But we sacrifise this for
several seconds faster boot, which is extremely important in the IVI domain.

Change-Id: I9c822336f55df526a4157be9a5b419eda7ec20eb
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
ivi.yaml

index 0acede8..6988e37 100644 (file)
--- a/ivi.yaml
+++ b/ivi.yaml
@@ -11,7 +11,7 @@ Default:
     DefaultUser: tizen
     DefaultUserPass: tizen
     BootLoader: True
-    BootloaderAppend: "rootwait rootfstype=ext4"
+    BootloaderAppend: "rootwait rootfstype=ext4 quiet"
     BootloaderTimeout: 0
     BootloaderOptions: "--ptable=gpt"
     StartX: False