Add yum-plugin-fastestmirror on F17-x86_64 cfntools image

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-04-15 11:12:42 -07:00
parent 4592c43409
commit 814dee93f1

View File

@ -12,7 +12,7 @@
<description>Fedora 17</description>
<commands>
<command name='commands'>
yum -y update --skip-broken;yum -y update;/usr/sbin/useradd ec2-user;yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local; chmod +x /opt/aws/bin/cfn-*
yum -y update --skip-broken;yum -y install yum-plugin-fastestmirror;yum -y update;/usr/sbin/useradd ec2-user;yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local;chmod +x /opt/aws/bin/cfn-*
#!/bin/bash
setenforce 0
EOF