From 9e33a71ef6d4f37b6a9961ea7e3a1cbbb9283874 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 27 Aug 2010 15:21:43 +0200 Subject: [PATCH] netmount: wait one sec. before mounting Signed-off-by: Stephan Raue --- packages/network/netmount/init.d/43_netmount | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/network/netmount/init.d/43_netmount b/packages/network/netmount/init.d/43_netmount index 5b5e7084d8..da6b05031a 100755 --- a/packages/network/netmount/init.d/43_netmount +++ b/packages/network/netmount/init.d/43_netmount @@ -31,6 +31,7 @@ if [ -f $NETMOUNT_USERCONF ]; then wait_for_network + usleep 1000000 # sleep one sec... to be sure network is up progress "Mounting Network shares"