Lynn, Michael (IDS DM&DS) wrote:
the ifup script ends up executing dhcpcd with a -H and assigns a
hostname to the server that is provided by the dhcp server. I would
like to avoid this and have the server hostname be assigned from
/etc/hosts.
My first thought is to insert code into the ks.cfg that patches
/etc/sysconfig/network-scripts/ifup to avoid using the -H flag on dhcpcd.
Anyone tackle this yet? Any suggestions?
I put this line in /etc/sysconfig/network:
DHCP_HOSTNAME=$HOSTNAME
and then I have a script that runs at first boot and asks for the hostname.
Forrest
--