Hello Guys, I need to create snippet for debian network interface configuration with cobller, but I having some problems.
My preseed conf is ok, but it configure with dhcp interfaces and I need static ip configuration. The debian documentation says about create the script below and run after preseed conf, but is not working. killall.sh; nercfg and add the following comands: d-i netcfg/disable_dhcp boolean true d-i netcfg/get_nameservers string 186.202.4.34 d-i netcfg/get_ipaddress string 187.45.240.56 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 187.45.240.1 d-i netcfg/confirm_static boolean true I know I could create a shell script with "echo" commands, but its not a good idea. Could someone help me please? Tks Att, Júlio César Pavan CT-Linux Locaweb _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
