*** empty log message ***
[openwrt.git] / 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.023109 seconds and 4 git commands to generate.