From 544d1c045ed90e8ca127632a1951abe231886b3a Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sun, 27 Mar 2011 05:39:47 +0000 Subject: 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 --- package/block-mount/files/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/block-mount') 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 -- cgit v1.2.3