On Wed, 25 Mar 2009 17:46:57 +0000, Tom Brown <[email protected]> wrote: >> PXE requires dhcp. Thus the initial /etc/resolv.conf may be configured >> via dhcp, even with static IPs. If you continue to you use dhcp, after >> the build is completed, than that is source of the issue. FYI: You can >> configure the dhcp-client not to setup the /etc/resolv.conf >> > > i dont - once the build happens dhcp is not used > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler
Add "chattr +i /etc/resolv.conf" to your snippet, that will prevent the file from getting changed after you write it :) Just don't forget to "chattr -i" later. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
