projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update to new upstream release (v2.2.0)
[openwrt.git]
/
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
7a81847
..
eef55b4
100755
(executable)
--- 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%
This page took
0.021244 seconds
and
4
git commands to generate.