View Single Post
Old 12-11-2008, 09:52 PM   #3
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
Arrow

I would like to suggest a small modification:
just replace the line in /home/root/.start.sh:
Code:
/usr/bin/displayMgr -p &
with:
Code:
if [-f /media/card/mybootscript.sh ]; then
    . /media/card/mybootscript.sh
else
    /usr/bin/displayMgr -p &
fi
And put all customized boot sequence in /media/card/mybootscript.sh. xepdmgr and other non-official binaries can put in SD, too.

Last edited by ericshliao; 12-11-2008 at 10:17 PM.
ericshliao is offline   Reply With Quote