From 5579ccc249d243a3be91188d8dc95ea482e33956 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 10 Dec 2013 15:58:02 -0500 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 3f2aa33..66109af 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 -- cgit