mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
coreos-base/oem-ec2-compat: specify correct console on arm64
The default arm64 console (console=ttyAMA0) that is set by grub is wrong for EC2 arm64, so fix the value and enable earlycon.
This commit is contained in:
parent
563b295ed7
commit
d30359a806
@ -12,3 +12,6 @@ if [ "$grub_platform" = pc ]; then
|
||||
terminal_input serial_com0
|
||||
terminal_output serial_com0
|
||||
fi
|
||||
if [ "$grub_cpu" = arm64 ]; then
|
||||
set linux_console="console=tty1 console=ttyS0,115200n8 earlycon"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user