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)
commit2e8ca665a90dbe08038276040bca6722ca1bee75
tree255313d35d0929f2d84a134bb6046d6741b4bf0d
parent14bc86809b3a971ab3917c69f37617d72dbe7a0d
ivi.yaml: enable quiet boot

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