diff --git a/cloud.ks b/cloud.ks index 8075131e9..06dbe3c4d 100644 --- a/cloud.ks +++ b/cloud.ks @@ -24,7 +24,7 @@ clearpart --initlabel --all # - rd.neednet=1 # tell dracut we need network # - enforcing=0 # ignition + selinux doesn't work # - $coreos_firstboot # This is actually a GRUB variable -bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 ip=dhcp rd.neednet=1 enforcing=0 $coreos_firstboot" +bootloader --timeout=1 --append="no_timer_check console=ttyS0,115200n8 console=tty0 net.ifnames=0 biosdevname=0 ip=dhcp rd.neednet=1 enforcing=0 $coreos_firstboot" part /boot --size=300 --fstype="xfs" part pv.01 --grow