]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Installer: Add delay after dhcpcd start.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 25 Nov 2010 13:43:24 +0000 (14:43 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 25 Nov 2010 13:43:24 +0000 (14:43 +0100)
src/install+setup/install/downloadsource.sh

index ef7d34917c477e1482d206e733274be3ad4579bb..8db2dc67472f24c20dc94687a9d1743e857071c0 100644 (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