I’m running DHCP as a client on my linux workstation. It has been setup with a hostname of localhost and will dynamically build the /etc/resolv.conf file on each boot cycle.
1. When I change my hostname, it hoses the DHCP. How do I change my hostname without breaking the DHCP?
2. How do I keep modifications to the /etc/resolv.conf file between reboots?