On 9/27/06, <b class="gmail_sendername">bjkeefe</b> <<a href="mailto:ulist@gs1.ubuntuforums.org">ulist@gs1.ubuntuforums.org</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>The last issue: the line "search domain.invalid" still gets written<br>into  the system-created resolv.conf after reboot.  Any suggestions?</blockquote><div><br>sudo chattr +i /etc/resolv.conf<br><br>It's a little bit hardcore, but this command will mark the file immutable, so nobody can't modify it (even root).
<br><br>To remove the immutable attribute:<br><br>sudo chattr -i /etc/resolv.conf</div></div>