> How can I get RH80 to grab the hostname from the dhcp server when > installing. The hostname never gets updated with pump, and dhclient > will not run because of kernel limitation ? > > I usually install 30-100+ nodes and need to grab the hostname during > kickstart and copy it to /etc/sysconfig/network. Any suggestions ? I have only experience with 7.3 and below, but there network --bootproto dhcp works as expected, including /etc/sysconfig/network. I use `hostname -s` in some %post scripts. cu Florian Festi