Skip to content
Snippets Groups Projects
Commit 6f04290a authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-linux-blueprint-vending-machine.conf: Clean boot logs on screen


* Disable kernel logs on tty0
* Disable boot cursor
* Disable EFI logs
* Set bootloader timeout to 0 for silent bootloader
* Remove the Raspberry Pi rainbow screen

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent ce338741
No related branches found
No related tags found
No related merge requests found
...@@ -41,3 +41,9 @@ WAVESHARE_1024X600_C_2_1 = "1" ...@@ -41,3 +41,9 @@ WAVESHARE_1024X600_C_2_1 = "1"
# Mask getty on tty1 to cleanup boot process # Mask getty on tty1 to cleanup boot process
SYSTEMD_MASK_GETTY = "tty1" SYSTEMD_MASK_GETTY = "tty1"
# Cleanup screen
APPEND_remove = "console=tty0"
APPEND_append = " vt.global_cursor_default=0 quiet"
DISABLE_SPLASH_rpi = "1"
WIC_BOOOTLOADER_TIMEOUT = "0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment