Trying to lower that number makes DHCP fail. Does anyone know why ?
How does Win95 manage to boot with DHCP in a slightly shorter period
of time ?
-Arun
for me, it is almost instant. i use a recent kernel (2.2.0pre4) and
dhcpcd (1.3.16). i had to hack the ifup script a little bit.
here's the relevant bit from ifup
elif [ "$BOOTPROTO" = dhcp -a "$ISALIAS" = no ]; then
echo "Using DHCP for ${DEVICE}..."
if /usr/sbin/dhcpcd -d ${DEVICE} -t 30; then
# success
rm -f /var/run/dhcp-wait-${DEVICE}.pid
echo "Done."
IPSETUP=yes
else
# fail
echo "Failed."
exit 1
fi
hope this helps.
--
Johan Kullstam [joh...@idt.net] Don't Fear the Penguin!