package/compcache: clean unneeded swap initialization

SVN-Revision: 22409
owl
Alexandros C. Couloumbis 2010-07-28 15:10:20 +00:00
parent bbd756364f
commit 4f36f4051a
1 changed files with 0 additions and 1 deletions

View File

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