mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
use tmpfs instead ramfs, strange that i do not need to add any kernel option, it works out of the box, and dd if=/dev/zero of=test bs=1024k count=100 does not kill the box anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@770 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -19,6 +19,6 @@ if [ "$1" != "failsafe" ]; then
|
||||
umount rom/proc rom/dev
|
||||
fi
|
||||
fi
|
||||
mount none /tmp -t ramfs
|
||||
mount none /tmp -t tmpfs size=50%
|
||||
mkdir -p /dev/pts
|
||||
mount none /dev/pts -t devpts
|
||||
|
||||
Reference in New Issue
Block a user