From 832e3236a72f88ad85b78ea35ec3beb80313dd5d Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Wed, 2 Apr 2014 17:29:09 +0200 Subject: add configurable DEVTIMEOUT --- sysconfig/network-scripts/ifup-eth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup-eth') diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index c94c535e..bc0eb962 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -73,7 +73,7 @@ if [ "${TYPE}" = "Tap" ]; then fi # now check the real state -is_available ${REALDEVICE} || { +is_available_wait ${REALDEVICE} ${DEVTIMEOUT} || { if [ -n "$alias" ]; then net_log $"$alias device ${DEVICE} does not seem to be present, delaying initialization." else -- cgit v1.2.1