Skip to content
Snippets Groups Projects
Commit 4f36f405 authored by Alexandros C. Couloumbis's avatar Alexandros C. Couloumbis
Browse files

package/compcache: clean unneeded swap initialization

SVN-Revision: 22409
parent bbd75636
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment