View Single Post
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#64
Originally Posted by Akkumaru View Post
I've been on that page, can you post a screenshot of your enable-swap.conf?
You should edit (part of) two lines in the enable-swap.conf file:

  • if [ $ramsize -gt 1000000 ]; then

    to

    if [ $ramsize -gt 1100000 ]; then

  • swappart=`sed -n -e '/swap/s/mtd\([0-9]\).*/\1/p' /proc/mtd` || true

    to

    swappart=`sed -n -e '/var/s/mtd\([0-9]\).*/\1/p' /proc/mtd` || true
 

The Following 2 Users Say Thank You to death_jax For This Useful Post: