From 7e7d2628856437be37bb17fbb3ff6274aa2135aa Mon Sep 17 00:00:00 2001 From: rahuls0720 Date: Thu, 5 Jul 2018 15:03:21 -0700 Subject: [PATCH] cloud.ks: Add tty0 console output for ignition logging --- cloud.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud.ks b/cloud.ks index 8075131e9..9f3c403a6 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=tty1 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