don't try to automount loopback devices (#1011)
[openwrt.git] / package / base-files / files / etc / hotplug.d / block / 01-mount
index 5ed3ef0..a34580c 100755 (executable)
@@ -13,7 +13,7 @@ add)
        }; done
        echo
        
        }; done
        echo
        
-       [ ${DEV%%[0-9]} != ${DEV} ] && {
+       [ ${DEV%%[0-9]} != ${DEV} -a ${DEV%%[0-9]} != "loop" ] && {
                mkdir -p /tmp/$DEV
                mount /dev/$DEV /tmp/$DEV -t auto -o sync
        }
                mkdir -p /tmp/$DEV
                mount /dev/$DEV /tmp/$DEV -t auto -o sync
        }
This page took 0.025216 seconds and 4 git commands to generate.