projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e7507
)
fix mount options for /tmp
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 1 Jul 2005 15:32:48 +0000
(15:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 1 Jul 2005 15:32:48 +0000
(15:32 +0000)
SVN-Revision: 1307
openwrt/target/default/target_skeleton/sbin/mount_root
patch
|
blob
|
history
diff --git
a/openwrt/target/default/target_skeleton/sbin/mount_root
b/openwrt/target/default/target_skeleton/sbin/mount_root
index eef55b4bdb544dabf845daa0bf3499229239a08d..b4ec2ca563b526ac3c32f7ccda8eae15ea3ee172 100755
(executable)
--- a/
openwrt/target/default/target_skeleton/sbin/mount_root
+++ b/
openwrt/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