projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add offline_root option to ipkg.conf
[openwrt.git]
/
root
/
etc
/
preinit
diff --git
a/root/etc/preinit
b/root/etc/preinit
index
25fedc1
..
1054282
100755
(executable)
--- a/
root/etc/preinit
+++ b/
root/etc/preinit
@@
-9,8
+9,7
@@
if /sbin/resetmon ; then
pivot_root /jffs /jffs/rom
mount none /dev -t devfs
mount none /proc -t proc
- umount rom/proc
- umount rom/dev
+ umount rom/proc rom/dev
else
export FAILSAFE=true
fi
This page took
0.019799 seconds
and
4
git commands to generate.