X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Fdefault%2Fsbin%2Fmount_root;h=bd9b815e1256aeeecaa81188c256ae7da1f4710d;hb=f4eb6ef7174d320541f2d601f4b8938f875eefad;hp=e855b41a1e8c02ef5162b03f46c539edf977e872;hpb=4c99fdddf7c742e94c8456b261c929a4c995414e;p=openwrt-10.03%2F.git diff --git a/package/base-files/default/sbin/mount_root b/package/base-files/default/sbin/mount_root index e855b41a1..bd9b815e1 100755 --- a/package/base-files/default/sbin/mount_root +++ b/package/base-files/default/sbin/mount_root @@ -30,7 +30,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 fi