Add ec2-user to F17 x86_64 tdl
Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
85a9df46d2
commit
f9c645a09f
@ -12,7 +12,7 @@
|
||||
<description>Fedora 17</description>
|
||||
<commands>
|
||||
<command name='commands'>
|
||||
yum -y update --skip-broken;yum -y update; 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 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
|
||||
setenforce 0
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user