ec2/fedora-18-i386-ec2.ks ec2/fedora-18-x86_64-ec2.ks

Dennis Gilmore ausil at fedoraproject.org
Tue Dec 18 16:46:36 UTC 2012


 ec2/fedora-18-i386-ec2.ks   |    6 +-----
 ec2/fedora-18-x86_64-ec2.ks |    6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

New commits:
commit 30b961ac4cc0e84cfd092fdd07980e135a6070ce
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Dec 18 10:46:06 2012 -0600

    changes to firewall setup with switch to firewalld

diff --git a/ec2/fedora-18-i386-ec2.ks b/ec2/fedora-18-i386-ec2.ks
index 2792cda..742fec6 100644
--- a/ec2/fedora-18-i386-ec2.ks
+++ b/ec2/fedora-18-i386-ec2.ks
@@ -30,6 +30,7 @@ repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo
 pciutils
 kernel-PAE
 man-db
+firewalld
 
 -biosdevname
 
@@ -67,11 +68,6 @@ sed -i -e 's/timeout=5/timeout=0/' \
     -e '/splashimage/d' \
     /boot/grub/grub.conf
 
-# the firewall rules get saved as .old  without this we end up not being able 
-# ssh in as iptables blocks access
-
-rename -v  .old "" /etc/sysconfig/*old
-
 # symlink grub.conf to menu.lst for use by EC2 pv-grub
 pushd /boot/grub
 ln -s grub.conf menu.lst
diff --git a/ec2/fedora-18-x86_64-ec2.ks b/ec2/fedora-18-x86_64-ec2.ks
index 090e1bf..ccfa11e 100644
--- a/ec2/fedora-18-x86_64-ec2.ks
+++ b/ec2/fedora-18-x86_64-ec2.ks
@@ -35,6 +35,7 @@ repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo
 pciutils
 kernel
 man-db
+firewalld
 
 -biosdevname
 
@@ -72,11 +73,6 @@ sed -i -e 's/timeout=5/timeout=0/' \
     -e '/splashimage/d' \
     /boot/grub/grub.conf
 
-# the firewall rules get saved as .old  without this we end up not being able 
-# ssh in as iptables blocks access
-
-rename -v  .old "" /etc/sysconfig/*old
-
 # symlink grub.conf to menu.lst for use by EC2 pv-grub
 pushd /boot/grub
 ln -s grub.conf menu.lst




More information about the cloud mailing list