diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2011-03-27 05:39:47 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2011-03-27 05:39:47 +0000 |
commit | 544d1c045ed90e8ca127632a1951abe231886b3a (patch) | |
tree | 11c6cf7fc2abde4acbbf836ce930f4591cc80e84 /package/block-mount/files | |
parent | 860c1cc790d226bf0438745fc734f7b3c1357412 (diff) | |
download | upstream-544d1c045ed90e8ca127632a1951abe231886b3a.tar.gz upstream-544d1c045ed90e8ca127632a1951abe231886b3a.tar.bz2 upstream-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/files')
-rw-r--r-- | package/block-mount/files/mount.sh | 2 |
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 |