temp version that at least fixes a serious regression in previous revision
[bootcd.git] / initscripts / pl_netinit
index 914d091..0fa960a 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+#-*-shell-script-*-
 
 # the name of the floppy based network configuration
 # files (checked first). the name planet.cnf is kept
@@ -128,7 +129,7 @@ find_node_config()
     # devices
     shopt -s nullglob
 
-    for device in /sys/block/[hs]d*; do
+    for device in /sys/block/[hsv]d*; do
        removable=$(cat $device/removable)
        if [[ $removable -ne 1 ]]; then
            continue