diff --git a/coreos-base/oem-ec2-compat/files/grub-openstack.cfg b/coreos-base/oem-ec2-compat/files/grub-openstack.cfg index fbf50a002d..8e730950ff 100644 --- a/coreos-base/oem-ec2-compat/files/grub-openstack.cfg +++ b/coreos-base/oem-ec2-compat/files/grub-openstack.cfg @@ -1,3 +1,10 @@ # CoreOS GRUB settings for EC2 set oem_id="openstack" + +if [ "$grub_platform" = pc ]; then + set linux_console="console=ttyS0,115200n8" + serial com0 --speed=115200 --word=8 --parity=no + terminal_input serial_com0 + terminal_output serial_com0 +fi