summaryrefslogtreecommitdiffstats
path: root/package/block-mount
diff options
context:
space:
mode:
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-27 05:39:47 +0000
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-27 05:39:47 +0000
commitfe8722ec5913fd329cf7c296bc48265a2b2cb5d7 (patch)
tree5c3c62bfe3d83e4273bc59b6dca9c87c3a46656c /package/block-mount
parent4b498b6674e079e4b83d26cba292314976174af8 (diff)
[package] block-mount block-extroot: Rename /tmp/rom-disabled to /tmp/whole_root-dsibled for disabled mounts of a non-overlay external rootfs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-mount')
-rw-r--r--package/block-mount/files/mount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/block-mount/files/mount.sh b/package/block-mount/files/mount.sh
index d82a92783..e96174ce9 100644
--- a/package/block-mount/files/mount.sh
+++ b/package/block-mount/files/mount.sh
@@ -48,7 +48,7 @@ config_mount_by_section() {
if [ "$is_rootfs" -eq 1 ] || [ "$target" = "/overlay" ]; then
target=/tmp/overlay-disabled
elif [ "$target" = "/" ] || [ "$target" = "/rom" ]; then
- target="/tmp/rom-disabled"
+ target="/tmp/whole_root-disabled"
fi
fi