projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
set boot_wait to on in the earliest possible moment. this makes webupgrade safer...
[openwrt.git]
/
target
/
default
/
target_skeleton
/
sbin
/
mount_root
diff --git
a/target/default/target_skeleton/sbin/mount_root
b/target/default/target_skeleton/sbin/mount_root
index
eef55b4
..
b4ec2ca
100755
(executable)
--- a/
target/default/target_skeleton/sbin/mount_root
+++ b/
target/default/target_skeleton/sbin/mount_root
@@
-20,6
+20,6
@@
if [ "$1" != "failsafe" ]; then
umount /rom/proc rom/dev >&-
fi
fi
-mount none /tmp -t tmpfs size=50%
+mount none /tmp -t tmpfs
-o nosuid,nodev,mode=1777,
size=50%
mkdir -p /dev/pts
mount none /dev/pts -t devpts
This page took
0.027795 seconds
and
4
git commands to generate.