X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/85fc1939a91db8e868cc5d10fc04216210ac62b8..96f985e820c2e90892b36b3cbcb12ea20ece02ac:/openwrt/target/default/target_skeleton/sbin/mount_root diff --git a/openwrt/target/default/target_skeleton/sbin/mount_root b/openwrt/target/default/target_skeleton/sbin/mount_root index 7a8184745..eef55b4bd 100755 --- a/openwrt/target/default/target_skeleton/sbin/mount_root +++ b/openwrt/target/default/target_skeleton/sbin/mount_root @@ -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%