X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=conf_files%2Fpl_netinit;h=a627bd22ba4a717e109170823394c8b9c10ace66;hb=12f6c7676589f08298cf183e5555fce75ea2ea32;hp=b1f9abf6a9c4391b25453ca96dc0c2eed98896e6;hpb=48ad56537c41e105eb5d35719a3b5afc748b9939;p=bootcd.git diff --git a/conf_files/pl_netinit b/conf_files/pl_netinit index b1f9abf..a627bd2 100644 --- a/conf_files/pl_netinit +++ b/conf_files/pl_netinit @@ -54,9 +54,6 @@ IFCONFIG_OUTPUT=/tmp/ifconfig # (no other configuration file found) DEFAULT_NET_CONF=0 -# amount of time to delay before we check flash devices -FLASH_DEVICE_DELAY=25s - net_init_failed() { @@ -128,12 +125,6 @@ find_node_config() echo "pl_netinit: looking for node configuration file on flash based devices" - echo "pl_netinit: waiting for flash devices if any to come online" - # some usb flash based devices take a couple of seconds to initialize - # also, try to read the partition table off the device to make sure - # it shows up in /sys/block - /bin/sleep $FLASH_DEVICE_DELAY - # make the sd* expansion fail to an empty string if there are no sd # devices shopt -s nullglob