package/compcache: initialize swap driver and introduce a delay before mounting

SVN-Revision: 22368
This commit is contained in:
Alexandros C. Couloumbis 2010-07-23 13:51:22 +00:00
parent 88385e633d
commit e622f65cc6

View File

@ -20,6 +20,8 @@ load_modules() {
if [ "`lsmod | grep 'ramzswap'`" == "" ]; then
insmod lzo1x
insmod ramzswap $params_set
rzscontrol /dev/ramzswap0 --init
sleep 2
swapon /dev/ramzswap0
fi
fi