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:
Benjamin Gilbert 2017-06-15 12:00:03 -07:00
parent 0a4101e2a0
commit a0bebdd68d

View File

@ -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