mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-03 07:54:05 +02:00
fix mount options for /tmp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1307 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2aba3b6749
commit
4bc52e2841
@ -20,6 +20,6 @@ if [ "$1" != "failsafe" ]; then
|
|||||||
umount /rom/proc rom/dev >&-
|
umount /rom/proc rom/dev >&-
|
||||||
fi
|
fi
|
||||||
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
|
mkdir -p /dev/pts
|
||||||
mount none /dev/pts -t devpts
|
mount none /dev/pts -t devpts
|
||||||
|
Loading…
Reference in New Issue
Block a user