> # cobbler version > cobbler 1.6.0 > > build date : Thu Mar 12 10:29:09 2009 > > Copyright (C) 2006-2008 Red Hat, Inc. > License GPLv2+: GNU GPL version 2 or later > <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by Michael DeHaan. > >
if i set my nameservers for the system and then look at the ks it fills them but fails on the search path echo "DEVICE=eth0" > /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 echo "HWADDR=00:16:3E:59:16:91" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 echo "ONBOOT=yes" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 echo "BOOTPROTO=static" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 echo "IPADDR=192.168.11.4" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 echo "NETMASK=255.255.255.0" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 echo "DNS1=10.5.216.215" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 echo "DNS2=10.5.216.216" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 echo "DNS3=<<inherit>>" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 # End configuration for eth0 as i presume thats what should be in the DNS3 field _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
