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

Matthew Miller mattdm at fedoraproject.org
Fri Jun 14 13:00:14 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 437d15234ce6a7cba502b5d51d152c5713f76580
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Fri Jun 14 08:59:52 2013 -0400

    tty0 parameters as recommended by https://bugzilla.redhat.com/show_bug.cgi?id=886338

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index 9acc31d..1e14cb3 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 console=hvc0" extlinux
+bootloader --timeout=1 --append="serial=tty0 console=tty1 console=ttyS0,115200n8 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 84922cc..4d185b5 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 console=hvc0" extlinux
+bootloader --timeout=1 --append="serial=tty0 console=tty1 console=ttyS0,115200n8 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