mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
coreos-base/oem-packet: update console config to match Packet provisioner
Our default console settings are fine on arm64 but not on x86.
This commit is contained in:
parent
0a4101e2a0
commit
a0bebdd68d
@ -1,3 +1,8 @@
|
||||
# CoreOS GRUB settings
|
||||
|
||||
set oem_id="packet"
|
||||
|
||||
if [ "$grub_cpu" = i386 ]; then
|
||||
set linux_console="console=tty0 console=ttyS1,115200n8"
|
||||
set linux_append="vga=773"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user