Hi,
> One option would be to comment out the make_resolv_conf() function in
> /sbin/dhclient-script.
btw. a more common way would be to create a /etc/dhclient-enter-hooks
with the following content:
make_resolv_conf(){
:
}
Best Regards
Marcus