From: Thierry Parmentelat Date: Tue, 16 Jun 2015 08:18:53 +0000 (+0200) Subject: show ifconfig's output while waiting for the ethernet device X-Git-Tag: bootcd-5.3-1~9 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=6271ed5db59747d1453c98d0f1aa9c509cbf233c show ifconfig's output while waiting for the ethernet device --- diff --git a/initscripts/pl_netinit b/initscripts/pl_netinit index 34375f5..fd97f37 100755 --- a/initscripts/pl_netinit +++ b/initscripts/pl_netinit @@ -321,6 +321,9 @@ while true; do break fi echo $(date "+%H:%M:%S") " pl_netinit: waiting for device $ETH_DEVICE - ${COUNTER}s/${ALLOW}s" + echo ========== ifconfig beg + /sbin/ifconfig + echo ========== ifconfig end COUNTER=$(($COUNTER+1)) [ $COUNTER -ge $ALLOW ] && net_init_failed sleep 1