Make i386 cfntools jeos work
was expectin cfg-* instead of cfn-* Change-Id: I6234829d92a33e8bd4a8fab246ded2c1a43afc55 Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
0cdccbd93f
commit
4c1adc193f
@ -11,7 +11,7 @@
|
|||||||
<description>Fedora 16</description>
|
<description>Fedora 16</description>
|
||||||
<commands>
|
<commands>
|
||||||
<command name='commands'>
|
<command name='commands'>
|
||||||
yum -y update --skip-broken;yum -y install yum-plugin-fastestmirror;yum -y update;/usr/sbin/useradd ec2-user;echo -e 'ec2-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers;yum -y install cloud-init;cat >> /etc/rc.d/rc.local << EOF;chmod +x /etc/rc.d/rc.local;chmod +x /opt/aws/bin/cfg-*
|
yum -y update --skip-broken;yum -y install yum-plugin-fastestmirror;yum -y update;/usr/sbin/useradd ec2-user;echo -e 'ec2-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers;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…
Reference in New Issue
Block a user