View Single Post
Posts: 28 | Thanked: 4 times | Joined on Mar 2011 @ Lebanon,Beirut
#4
Originally Posted by egoshin View Post
Put in file /etc/event.d/relocate-swap

--------------------------------------------
Code:
description "blah-blah-blah.."
author "Your Name here"

console output

start on started rcS-late

script
        swapoff /dev/mmcblk0p3
        swapon /dev/mmcblk1p2
end script
-------------------------------------


... and reboot N900
thanks but how exactly can i put it in /etc/event.d/ ?