Add yum-plugin-fastestmirror on F17-x86_64 cfntools image
Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
4592c43409
commit
814dee93f1
@ -12,7 +12,7 @@
|
|||||||
<description>Fedora 17</description>
|
<description>Fedora 17</description>
|
||||||
<commands>
|
<commands>
|
||||||
<command name='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 << 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 << EOF;chmod +x /etc/rc.d/rc.local;chmod +x /opt/aws/bin/cfn-*
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
setenforce 0
|
setenforce 0
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user