From: Michael Prokop Date: Fri, 17 Nov 2006 18:20:40 +0000 (+0100) Subject: try to run udhcpc for earch present device in /linuxrc X-Git-Tag: 0.74~6 X-Git-Url: http://git.grml.org/?p=grml-terminalserver.git;a=commitdiff_plain;h=a5be5389b3dcbc67b6a3241fed412dec9478534e try to run udhcpc for earch present device in /linuxrc --- diff --git a/linuxrc b/linuxrc index 70eb0e3..e7b15c6 100755 --- a/linuxrc +++ b/linuxrc @@ -549,10 +549,12 @@ if [ -n "$NFS" ]; then # loading additional modules modLoad sunrpc lockd af_packet nfs - log_begin_msg "Requesting network configuration using udhcp:" ; echo - /static/udhcpc --foreground --quit --script=/static/udhcp-config.sh - #echo "press to start a system shell and configure your system" - #sh + for INTERFACE in `ifconfig | grep '^[a-z]' | sed 's/\ .*//'` ; do + log_begin_msg "Requesting network configuration using udhcp for ${INTERFACE}:" ; echo + /static/udhcpc --interface="${INTERFACE}" --foreground --quit --script=/static/udhcp-config.sh + # echo "press to start a system shell and configure your system" + # sh + done # recreate the old dir structures rdir