mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
set arm64 console to tty0
This commit is contained in:
parent
519f211c26
commit
06d683deef
@ -79,7 +79,7 @@ if [ -z "$linux_console" ]; then
|
||||
terminal_output console serial_com0
|
||||
elif [ "$grub_platform" = efi ]; then
|
||||
if [ "$grub_cpu" = arm64 ]; then
|
||||
set linux_console="console=ttyAMA0,115200n8 console=tty console=tty0 console=hvc0"
|
||||
set linux_console="console=ttyAMA0,115200n8 console=tty0"
|
||||
else
|
||||
set linux_console="console=ttyS0,115200n8 console=tty0"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user