maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   How to make a start up script? (https://talk.maemo.org/showthread.php?t=70566)

gng554 2011-03-02 15:20

How to make a start up script?
 
hello can anyone tell me how to make a start up script?
my nokia n900 internal memory card is damaged (that is what i have been said) so every time i reboot my n900 i have to go to x terminal and run the swapon on command as root....
can anyone tell me how to make it so that every time i reboot my phone it automatically makes the swap on my sd card?
this is the script i use
swapon /dev/mmcblk1p2

thanks

michaaa62 2011-03-02 15:32

Re: How to make a start up script?
 
May be you find this thread to be helpful want http://talk.maemo.org/showthread.php?t=69081 or this http://talk.maemo.org/showthread.php?t=69648
Please feel free to ask for more here.

egoshin 2011-03-02 19:34

Re: How to make a start up script?
 
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

gng554 2011-03-04 09:28

Re: How to make a start up script?
 
Quote:

Originally Posted by egoshin (Post 959118)
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/ ?

naabi 2011-03-04 09:49

Re: How to make a start up script?
 
Maemo uses upstart, so that's why the syntax is required in the script.

http://upstart.ubuntu.com/


All times are GMT. The time now is 07:04.

vBulletin® Version 3.8.8