ec2/fedora-18-x86_64-ec2.ks

Matthew Miller mattdm at fedoraproject.org
Fri Nov 9 18:58:11 UTC 2012


 ec2/fedora-18-x86_64-ec2.ks |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 8d96d6cf842a754b1860629b96c0cb9387ba90ea
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Fri Nov 9 13:57:50 2012 -0500

    Revert "install binutils initially and then remove, so dracut can strip the initramfs"
    
    This reverts commit 4253110dc925b4ed9aed576e88f2d5c6225c039b.

diff --git a/ec2/fedora-18-x86_64-ec2.ks b/ec2/fedora-18-x86_64-ec2.ks
index e7c62ae..090e1bf 100644
--- a/ec2/fedora-18-x86_64-ec2.ks
+++ b/ec2/fedora-18-x86_64-ec2.ks
@@ -36,11 +36,6 @@ pciutils
 kernel
 man-db
 
-# this will get removed later in this file, but 
-# having it here lets dracut strip the initramfs
-binutils
-
-# leave eth0 alone
 -biosdevname
 
 # package to setup cloudy bits for us
@@ -51,9 +46,6 @@ cloud-init
 # more ec2-ify
 %post --erroronfail
 
-yum -y remove binutils
-
-
 # fstab mounting is different for x86_64 and i386
 cat <<EOL > /etc/fstab
 LABEL=_/   /         ext4    defaults        1 1




More information about the cloud mailing list