Hello, I have seen some posts in the mailing list archives about problems with deploying Ubuntu via Cobbler. I have been able to get this working and have quickly detailed the solution here: http://terrarum.net/administration/deploying-ubuntu-with-cobbler.html.
The only thing of significance that would interest the mailing list and that is not detailed in the article is that ifconfig is missing from the busybox environment during the Ubuntu install. As a workaround, I used the "ip" command to parse the network card information: if ip -o link show | grep -i $mac then IFNAME=\$(ip -o link show | grep -i $mac | cut -d" " -f2 | tr -d :) echo "network --device=\$IFNAME $netinfo" >> /tmp/pre_install_ubuntu_network_config fi Thanks, Joe _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
