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

Matthew Miller mattdm at fedoraproject.org
Thu Jun 13 21:31:44 UTC 2013


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

New commits:
commit 765792878dadb258016d83105a1d950ac2ea1aa9
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Thu Jun 13 17:31:24 2013 -0400

    tty0 should have been tty1

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index dec6ad9..65937ac 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=tty0 console=ttyS0" extlinux
+bootloader --timeout=1 --append="console=tty1 console=ttyS0" 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 6510f6b..fc73a80 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=tty0 console=ttyS0" extlinux
+bootloader --timeout=1 --append="console=tty1 console=ttyS0" extlinux
 
 network --bootproto=dhcp --device=eth0 --onboot=on
 services --enabled=network,sshd,rsyslog,iptables,cloud-init,cloud-init-local,cloud-config,cloud-final


commit 6213c096561758cfdfd01b6d32469eaf47a9f3a9
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Thu Jun 13 17:30:55 2013 -0400

    use rootpw syntax that should work with older tools

diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks
index 930bd7f..dec6ad9 100644
--- a/generic/fedora-19-i386-cloud.ks
+++ b/generic/fedora-19-i386-cloud.ks
@@ -18,7 +18,7 @@ timezone --utc Etc/UTC
 
 auth --useshadow --enablemd5
 selinux --enforcing
-rootpw --lock
+rootpw --lock --iscrypted locked
 
 # this is actually not used, but a static firewall
 # matching these rules is generated below.
diff --git a/generic/fedora-19-i386-minimal.ks b/generic/fedora-19-i386-minimal.ks
index dd5012a..95df672 100644
--- a/generic/fedora-19-i386-minimal.ks
+++ b/generic/fedora-19-i386-minimal.ks
@@ -19,7 +19,7 @@ timezone --utc Etc/UTC
 
 auth --useshadow --enablemd5
 selinux --enforcing
-rootpw --lock
+rootpw --lock --iscrypted locked
 
 # this is actually not used, but a static firewall
 # matching these rules is generated below.
diff --git a/generic/fedora-19-i386.ks b/generic/fedora-19-i386.ks
index bf8a249..24b0e0b 100644
--- a/generic/fedora-19-i386.ks
+++ b/generic/fedora-19-i386.ks
@@ -13,7 +13,7 @@ timezone --utc Etc/UTC
 
 auth --useshadow --enablemd5
 selinux --enforcing
-rootpw --lock
+rootpw --lock --iscrypted locked
 
 # this is actually not used, but a static firewall
 # matching these rules is generated below.
diff --git a/generic/fedora-19-x86_64-cloud.ks b/generic/fedora-19-x86_64-cloud.ks
index 6d54d52..6510f6b 100644
--- a/generic/fedora-19-x86_64-cloud.ks
+++ b/generic/fedora-19-x86_64-cloud.ks
@@ -18,7 +18,7 @@ timezone --utc Etc/UTC
 
 auth --useshadow --enablemd5
 selinux --enforcing
-rootpw --lock
+rootpw --lock --iscrypted locked
 
 # this is actually not used, but a static firewall
 # matching these rules is generated below.
diff --git a/generic/fedora-19-x86_64-minimal.ks b/generic/fedora-19-x86_64-minimal.ks
index d6fb7d6..133a882 100644
--- a/generic/fedora-19-x86_64-minimal.ks
+++ b/generic/fedora-19-x86_64-minimal.ks
@@ -19,7 +19,7 @@ timezone --utc Etc/UTC
 
 auth --useshadow --enablemd5
 selinux --enforcing
-rootpw --lock
+rootpw --lock --iscrypted locked
 
 # this is actually not used, but a static firewall
 # matching these rules is generated below.
diff --git a/generic/fedora-19-x86_64.ks b/generic/fedora-19-x86_64.ks
index e6840df..bb19668 100644
--- a/generic/fedora-19-x86_64.ks
+++ b/generic/fedora-19-x86_64.ks
@@ -13,7 +13,7 @@ timezone --utc Etc/UTC
 
 auth --useshadow --enablemd5
 selinux --enforcing
-rootpw --lock
+rootpw --lock --iscrypted locked
 
 # this is actually not used, but a static firewall
 # matching these rules is generated below.




More information about the cloud mailing list