diff options
Diffstat (limited to 'package/block-mount')
-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 |