Hi, On Thu, Mar 12, 2009 at 11:21:56AM -0400, Michael DeHaan wrote: > Looking at Tom's config, there was no tree variable defined earlier, so > perhaps his initial import had failed or it was cleared previously. > > 1.6.0 itself didn't do anything to erase it.
I see the same problem. To make sure it is not a bad upgrade history I
nuked everything and started from scratch. The following command
for basearch in x86_64 i386; do
for releasever in 10 11; do
distarch=f${releasever}-$basearch
cobbler import \
--name=$distarch \
--arch=$basearch --breed=redhat \
--path=/storage/public/mirror/download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Fedora/$basearch/os
\
--available-as=http://192.168.100.1/download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Fedora/$basearch/os
done
done
only creates "tree" variables for Fedora 10. The otherwise not yet
existing F11 path above has been symlinked from rawhide as
mkdir -p
/storage/public/mirror/download.fedora.redhat.com/pub/fedora/linux/releases/11/
rm -f
/storage/public/mirror/download.fedora.redhat.com/pub/fedora/linux/releases/11/Everything
rm -f
/storage/public/mirror/download.fedora.redhat.com/pub/fedora/linux/releases/11/Fedora
ln -s ../../development
/storage/public/mirror/download.fedora.redhat.com/pub/fedora/linux/releases/11/Everything
ln -s ../../development
/storage/public/mirror/download.fedora.redhat.com/pub/fedora/linux/releases/11/Fedora
--
Axel.Thimm at ATrpms.net
pgplHNaJAMVrT.pgp
Description: PGP signature
_______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
