fix mount options for /tmp
SVN-Revision: 1307
This commit is contained in:
parent
55e75077c7
commit
dec2f5a866
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue