Asad Ali
Very Senior Member
Yes, I noticed that, but I had a Swap partition even before that option was added , I only wanted to put it in use and not waste the partition.
I looks like I did everything good, I only need to know how to make it to mount the swap at boot
You need to mount it in "post-mount" script like this:
swapon swapfilepath/swapfilename.swp
Example:
swapon /tmp/mnt/ABS/myswap.swp
BTW you have the whole partition as swap so
swapon /drivepath should work.