projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't try to automount loopback devices (#1011)
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug.d
/
block
/
01-mount
diff --git
a/package/base-files/files/etc/hotplug.d/block/01-mount
b/package/base-files/files/etc/hotplug.d/block/01-mount
index
5ed3ef0
..
a34580c
100755
(executable)
--- a/
package/base-files/files/etc/hotplug.d/block/01-mount
+++ b/
package/base-files/files/etc/hotplug.d/block/01-mount
@@
-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.