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

Matthew Miller mattdm at fedoraproject.org
Mon Jul 1 13:57:18 UTC 2013


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

New commits:
commit 49baa51b6cff620e5682593c949048c5a9f62281
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Wed Jun 26 15:59:08 2013 -0400

    that was copied from an error in the openstack documentation. fixing.

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index 0eee649..39de63d 100644
--- a/generic/fedora-19-i386-cloud.ks
+++ b/generic/fedora-19-i386-cloud.ks
@@ -23,7 +23,7 @@ rootpw --lock --iscrypted locked
 # matching these rules is generated below.
 firewall --service=ssh
 
-bootloader --timeout=1 --append="serial=tty0 console=ttyS0,115200n8 console=hvc0 console=tty1" extlinux
+bootloader --timeout=1 --append="console=ttyS0,115200n8 console=hvc0 console=tty0" 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 3e0f3e6..8edb382 100644
--- a/generic/fedora-19-x86_64-cloud.ks
+++ b/generic/fedora-19-x86_64-cloud.ks
@@ -23,7 +23,7 @@ rootpw --lock --iscrypted locked
 # matching these rules is generated below.
 firewall --service=ssh
 
-bootloader --timeout=1 --append="serial=tty0 console=ttyS0,115200n8 console=hvc0 console=tty1" extlinux
+bootloader --timeout=1 --append="console=ttyS0,115200n8 console=hvc0 console=tty0" extlinux
 
 network --bootproto=dhcp --device=eth0 --onboot=on
 services --enabled=network,sshd,rsyslog,iptables,cloud-init,cloud-init-local,cloud-config,cloud-final


commit 68433fb6ce2680905bec4e41ba57f01c61cf3cf4
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Thu Jun 20 10:46:46 2013 -0400

    change the basic documentation from ec2-user to fedora

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index 9756947..0eee649 100644
--- a/generic/fedora-19-i386-cloud.ks
+++ b/generic/fedora-19-i386-cloud.ks
@@ -1,9 +1,8 @@
 # This is a basic Fedora 19 spin designed to work in OpenStack and other
 # private cloud environments. It's configured with cloud-init so it will
-# take advantage of ec2-compatible metadata services for provisioning
-# ssh keys. That also currently creates an ec2-user account; we'll probably
-# want to make that something generic by default. The root password is empty
-# and locked by default.
+# take advantage of ec2-compatible metadata services for provisioning ssh
+# keys. Cloud-init creates a user account named "fedora" with passwordless
+# sudo access. The root password is empty and locked by default.
 #
 # Note that unlike the standard F19 install, this image has /tmp on disk
 # rather than in tmpfs, since memory is usually at a premium.
diff --git a/generic/fedora-19-x86_64-cloud.ks b/generic/fedora-19-x86_64-cloud.ks
index cce623d..3e0f3e6 100644
--- a/generic/fedora-19-x86_64-cloud.ks
+++ b/generic/fedora-19-x86_64-cloud.ks
@@ -1,9 +1,8 @@
 # This is a basic Fedora 19 spin designed to work in OpenStack and other
 # private cloud environments. It's configured with cloud-init so it will
-# take advantage of ec2-compatible metadata services for provisioning
-# ssh keys. That also currently creates an ec2-user account; we'll probably
-# want to make that something generic by default. The root password is empty
-# and locked by default.
+# take advantage of ec2-compatible metadata services for provisioning ssh
+# keys. Cloud-init creates a user account named "fedora" with passwordless
+# sudo access. The root password is empty and locked by default.
 #
 # Note that unlike the standard F19 install, this image has /tmp on disk
 # rather than in tmpfs, since memory is usually at a premium.




More information about the cloud mailing list