Thread
:
additional swap file
View Single Post
death_jax
2012-10-29 , 14:09
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#
64
Originally Posted by
Akkumaru
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 1
0
00000 ]; then
to
if [ $ramsize -gt 1
1
00000 ]; 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
Quote & Reply
|
The Following 2 Users Say Thank You to death_jax For This Useful Post:
ck2nb
,
tioubxancur
death_jax
View Public Profile
Send a private message to death_jax
Find all posts by death_jax