[Gentoo Linux] Change the timeout of DHCP
DHCP is configured with a default timeout of 3 minutes, this time lap is really annoying if you want to connect to a wireless network at startup.
The timout changes in the file
/etc/conf.d/net and setting
dhcpcd_eth0
//uncomment the following line
dhcpcd_eth0="-t 10"
Note that: you must adapt the changes if you use are not using an
eth0 network card.