I would like to shorten the bootup time of my CentOS Virtual Machines. They are spawn up automatically during our test cycle. We noticed that it could take up to 15 seconds to obtain an IP address from the DHCP server, and suspect it has to do with the DHCP broadcast discovery.
How do I hardcode the ip address of the DHCP server in CentOS 5.3 ?
[edit] I noticed that the dhclient man page has the "-s" options which allows to specify the exact DHCP IP address. However that does not affect the boot cycle of the VM.