generic/fedora-19-i386-cloud.ks generic/fedora-19-x86_64-cloud.ks

Matthew Miller mattdm at fedoraproject.org
Fri Jun 14 00:50:26 UTC 2013


 generic/fedora-19-i386-cloud.ks   |    2 +-
 generic/fedora-19-x86_64-cloud.ks |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 406cb841c544799e4c2e12f09e1961ae2e4e6a96
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Thu Jun 13 19:04:28 2013 -0400

    console=hvc0 for ec2

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index 65937ac..9acc31d 100644
--- a/generic/fedora-19-i386-cloud.ks
+++ b/generic/fedora-19-i386-cloud.ks
@@ -24,7 +24,7 @@ rootpw --lock --iscrypted locked
 # matching these rules is generated below.
 firewall --service=ssh
 
-bootloader --timeout=1 --append="console=tty1 console=ttyS0" extlinux
+bootloader --timeout=1 --append="console=tty1 console=ttyS0 console=hvc0" extlinux
 
 network --bootproto=dhcp --device=eth0 --onboot=on
 services --enabled=network,sshd,rsyslog,iptables,cloud-init,cloud-init-local,cloud-config,cloud-final
diff --git a/generic/fedora-19-x86_64-cloud.ks b/generic/fedora-19-x86_64-cloud.ks
index fc73a80..84922cc 100644
--- a/generic/fedora-19-x86_64-cloud.ks
+++ b/generic/fedora-19-x86_64-cloud.ks
@@ -24,7 +24,7 @@ rootpw --lock --iscrypted locked
 # matching these rules is generated below.
 firewall --service=ssh
 
-bootloader --timeout=1 --append="console=tty1 console=ttyS0" extlinux
+bootloader --timeout=1 --append="console=tty1 console=ttyS0 console=hvc0" extlinux
 
 network --bootproto=dhcp --device=eth0 --onboot=on
 services --enabled=network,sshd,rsyslog,iptables,cloud-init,cloud-init-local,cloud-config,cloud-final




More information about the cloud mailing list