wok rev 18745

linux*zram: add CONFIG_FILES (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 25 21:45:26 2015 +0100 (2015-12-25)
parents 510d209b062d
children e8fc6e4491a9
files linux-zram/receipt linux64-zram/receipt
line diff
     1.1 --- a/linux-zram/receipt	Fri Dec 25 17:55:12 2015 +0100
     1.2 +++ b/linux-zram/receipt	Fri Dec 25 21:45:26 2015 +0100
     1.3 @@ -37,10 +37,9 @@
     1.4  	RAM=`cat /proc/meminfo | grep MemTotal | sed s/[^0-9]//g` &&
     1.5  	echo "SIZE_KB="$(($RAM/2)) > /etc/compcache.conf
     1.6  	cat <<EOT
     1.7 +
     1.8  You can add compressed swap according /etc/compcache.conf configuration with:
     1.9 -
    1.10  # /etc/init.d/compcache start
    1.11 -
    1.12  Or add compcache in the RUN_DAEMONS list of /etc/rcS.conf.
    1.13  EOT
    1.14  }
     2.1 --- a/linux64-zram/receipt	Fri Dec 25 17:55:12 2015 +0100
     2.2 +++ b/linux64-zram/receipt	Fri Dec 25 21:45:26 2015 +0100
     2.3 @@ -38,10 +38,9 @@
     2.4  {
     2.5  	chroot "$root/" depmod -a $VERSION-slitaz64
     2.6  	cat <<EOT
     2.7 +
     2.8  You can add compressed swap according /etc/compcache.conf configuration with:
     2.9 -
    2.10  # /etc/init.d/compcache start
    2.11 -
    2.12  Or add compcache in the RUN_DAEMONS list of /etc/rcS.conf.
    2.13  EOT
    2.14  }