Installer: Add delay after dhcpcd start.

This commit is contained in:
Arne Fitzenreiter
2010-11-25 14:43:24 +01:00
parent 0f680bccd3
commit 9d80adf1b4

View File

@@ -36,6 +36,9 @@ echo
echo "Configure Network with DHCP..."
dhcpcd
echo
echo "Sleep 15s..."
sleep 15
echo
echo "Download with wget..."
wget $IPFireISO -O /tmp/download.iso -t3 -U IPFire_NetInstall/2.x
echo