summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index d790a38..f6a0e61 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -46,6 +46,17 @@ shift
startstop=$1
shift
+case ${pccard_ether_delay} in
+[Nn][Oo])
+ ;;
+[0-9])
+ sleep ${pccard_ether_delay}
+ ;;
+*) # Default until it has had a chance to make it to /etc/defaults/rc.conf
+ sleep 5
+ ;;
+esac
+
case ${pccard_ifconfig} in
[Nn][Oo] | '')
expr "${removable_interfaces}" : ".*${interface}" > /dev/null || exit 0
OpenPOWER on IntegriCloud