Skip to content

Commit

Permalink
cloud.ks: Add tty0 console output for ignition logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahuls0720 committed Jul 19, 2018
1 parent 865a36a commit 7e7d262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud.ks
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e7d262

Please sign in to comment.