Thread: Mini Rooting the mini?
View Single Post
Old 11-25-2012, 10:12 AM   #9
hecq
Member
hecq began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Nov 2012
Device: Kobo Clara HD
It seems I was tired and I packaged the rcS file by doing
Code:
tar czf KoboRoot.tgz ./rcS
which of course wouldn't put the rcS file where it should because it didn't include the full path.

I repackaged it using
Code:
tar czf KoboRoot.tgz etc/init.d/rcS
and it now runs whatever I put in the run.sh script.

Last edited by hecq; 11-25-2012 at 10:46 AM.
hecq is offline   Reply With Quote