1
0
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:
wbx
2005-04-30 19:38:07 +00:00
parent 02b2ed0c21
commit d60212649f
3 changed files with 4 additions and 5 deletions

View File

@@ -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