summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsys/src/9/boot/net.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/9/boot/net.rc b/sys/src/9/boot/net.rc
index 461564747..3809d6581 100755
--- a/sys/src/9/boot/net.rc
+++ b/sys/src/9/boot/net.rc
@@ -1,6 +1,9 @@
#!/bin/rc
fn confignet{
+ if(~ $#netwait 1)
+ sleep $netwait
+
must ip/ipconfig -p $*
if(~ $#fs 0)
fs=`{awk -F'=' '/fs=/{print $2; exit}' /net/ndb}