[Spacewalk-list] spacewalk cobbler issue

James Hogarth james.hogarth at gmail.com
Tue Mar 2 09:06:40 UTC 2010


Here was my resolution to a similar issue....

This kickstart snippet included in a pre script...

for i in `ls /etc/yum.repos.d`;
do mv /etc/yum.repos.d/$i /etc/yum.repos.d/$i.disabled;
done

James




More information about the Spacewalk-list mailing list