mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
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:
parent
d39f1de7e5
commit
a2c2375c18
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user