summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/install_functions.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-10-13 15:52:58 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-10-13 15:59:37 (GMT)
commit049194bf48fd866614687a0a083e3773de9bb151 (patch)
tree9eab640cb51c1e7ee295700d50c3c85f142a246e /abs/core/LinHES-config/install_functions.sh
parentb9705240e9eab916ab5fce5a2dede50e28b6a560 (diff)
downloadlinhes_pkgbuild-049194bf48fd866614687a0a083e3773de9bb151.zip
linhes_pkgbuild-049194bf48fd866614687a0a083e3773de9bb151.tar.gz
linhes_pkgbuild-049194bf48fd866614687a0a083e3773de9bb151.tar.bz2
LinHES-config: updates for 8.2 iso install
Diffstat (limited to 'abs/core/LinHES-config/install_functions.sh')
-rwxr-xr-xabs/core/LinHES-config/install_functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/install_functions.sh b/abs/core/LinHES-config/install_functions.sh
index d841947..e8e0a62 100755
--- a/abs/core/LinHES-config/install_functions.sh
+++ b/abs/core/LinHES-config/install_functions.sh
@@ -292,7 +292,7 @@ function request_dhcp(){
if [ $status -eq 1 ]
then
#interface is down, lets see if dhcp responds
- dhcpcd -Td -t2 $ndev -h "" > /tmp/dhcpinfo.$ndev 2>/dev/null
+ dhcpcd -Td -t5 $ndev -h " " > /tmp/dhcpinfo.$ndev 2>&1
#check for hostname here
TEMPVAR=`grep new_ip_address /tmp/dhcpinfo.$ndev |cut -d\= -f2`