[package]: block-extroot: Fixed hang when no modules in on either squashfs or jffs2...
[openwrt/svn-archive/archive.git] / package / block-extroot / files / 60_pivot_usb_root
index c8572a35fd214e75e545955e1a1abda165239f6f..1c9be97cae9b015740d1ec791fdd6fe15fdbe36a 100644 (file)
@@ -10,7 +10,7 @@ external_root_pivot() {
        check_skip || [ "$pi_extroot_mount_success" != "true" ] || {
                echo "switching to external rootfs"
                if [ "$ER_IS_SQUASHFS" = "true" ]; then
-                       umount /jffs
+                       umount /tmp/overlay
                fi
                mount -o remount,ro / && fopivot /overlay /rom && pi_mount_skip_next=true
        }