[Fedora-spins] [spin-kickstarts] switch order of serial and virtual console so logs output to serial console because that's more usef

Matthew Miller mattdm at fedoraproject.org
Tue Dec 10 21:00:10 UTC 2013


commit 91a9117bc488ce65444a786b8561589d795bc8d1
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Tue Dec 10 15:58:02 2013 -0500

    switch order of serial and virtual console so logs output to serial console
    because that's more useful in openstack. Note does not affect pvgrub
    (and therefore ec2)

 fedora-cloud-base.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 5e847e2..756b097 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -21,7 +21,7 @@ rootpw --lock --iscrypted locked
 
 firewall --disabled
 
-bootloader --timeout=1 --append="console=ttyS0,115200n8 console=tty0" extlinux
+bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux
 
 network --bootproto=dhcp --device=eth0 --onboot=on
 services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final


More information about the spins mailing list