package/compcache: clean unneeded swap initialization

SVN-Revision: 22409
This commit is contained in:
Alexandros C. Couloumbis 2010-07-28 15:10:20 +00:00
parent bbd756364f
commit 4f36f4051a

View file

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