Signed-off-by: Steven Dake <sdake@redhat.com>
<description>Fedora 16</description>
<commands>
<command name='commands'>
-yum -y update; yum -y install cloud-init;cat >> /etc/rc.d/rc.local << EOF;chmod +x /etc/rc.d/rc.local
+rm -f /etc/yum.repos.d/fedora-updates*;yum -y install cloud-init;cat >> /etc/rc.d/rc.local << EOF;chmod +x /etc/rc.d/rc.local
#!/bin/bash
setenforce 0
while true; do
<description>Fedora 17</description>
<commands>
<command name='commands'>
-yum -y update;yum -y install cloud-init;cat >> /etc/rc.d/rc.local << EOF;chmod +x /etc/rc.d/rc.local
+rm -f /etc/yum.repos.d/fedora-updates*;yum -y install cloud-init;cat >> /etc/rc.d/rc.local << EOF;chmod +x /etc/rc.d/rc.local
#!/bin/bash
setenforce 0
while true; do