X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d4627d82f4310994d6b14123a99a2c195de6320f..7c8edac25f23c4fc14239fdc293caa1317649944:/package/block-mount/files/mount.sh

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