F16 updates broken- Delete F16 and F17 update repos and don't yum update

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-04-01 15:36:57 -07:00
parent d924d9db06
commit 9539f7aad3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<description>Fedora 16</description>
<commands>
<command name='commands'>
yum -y update; yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; 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 &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local
#!/bin/bash
setenforce 0
while true; do

View File

@ -12,7 +12,7 @@
<description>Fedora 17</description>
<commands>
<command name='commands'>
yum -y update;yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; 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 &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local
#!/bin/bash
setenforce 0
while true; do