Updated to new upstream release (v1.3.14)
[openwrt.git] / openwrt / target / default / target_skeleton / sbin / mount_root
index 7a81847..eef55b4 100755 (executable)
@@ -17,7 +17,7 @@ if [ "$1" != "failsafe" ]; then
                pivot_root /jffs /jffs/rom
                mount none /proc -t proc
                mount none /dev -t devfs
-               umount rom/proc rom/dev
+               umount /rom/proc rom/dev >&-
        fi
 fi
 mount none /tmp -t tmpfs size=50%
This page took 0.020878 seconds and 4 git commands to generate.