summaryrefslogtreecommitdiffstats
path: root/package/block-mount
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-03-27 05:39:47 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-03-27 05:39:47 +0000
commit544d1c045ed90e8ca127632a1951abe231886b3a (patch)
tree11c6cf7fc2abde4acbbf836ce930f4591cc80e84 /package/block-mount
parent860c1cc790d226bf0438745fc734f7b3c1357412 (diff)
downloadopenwrt-544d1c045ed90e8ca127632a1951abe231886b3a.tar.gz
openwrt-544d1c045ed90e8ca127632a1951abe231886b3a.tar.bz2
openwrt-544d1c045ed90e8ca127632a1951abe231886b3a.zip
block-mount block-extroot: Rename /tmp/rom-disabled to /tmp/whole_root-dsibled for disabled mounts of a non-overlay external rootfs.
SVN-Revision: 26311
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 d82a927835..e96174ce92 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