build_kernel_image: disable text cursor on ttys by default

This disables text cursor on ttys by default to get rid of a black
rectangle showing up during but on splash screen.

BUG=chromium-os:22879
TEST=manual boot on Alex

Change-Id: I06c50034c03488e49f88e01152cdceeee4f49a24
Signed-off-by: Pawel Osciak <posciak@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/11730
Reviewed-by: Olof Johansson <olofj@chromium.org>
Reviewed-by: Grant Grundler <grundler@chromium.org>
This commit is contained in:
Pawel Osciak 2011-11-15 15:09:45 -08:00 committed by Gerrit
parent d39f1de7e5
commit a2c2375c18

View File

@ -143,6 +143,7 @@ dm_verity.max_bios=${FLAGS_verity_max_ios}
dm_verity.dev_wait=${dev_wait}
${verity_args}
${FLAGS_boot_args}
vt.global_cursor_default=0
EOF
WORK="${WORK} ${FLAGS_working_dir}/boot.config"