View Single Post
Old 02-09-2013, 04:52 PM   #4
njpollard
Junior Member
njpollard began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2013
Device: Kobo Mini
Quote:
Originally Posted by KevinShort View Post
The problem is that you're trying to echo to /mnt/onboard before it has been mounted. Move the echo line to the end of the rcS file and it should work.
Thanks for your help. I put the command before the call to nickel and that now works. I should have examined rcS more closely.

I at least know that the KoboRoot is being unpacked now.

However, I've now replaced that line with:
Code:
/mnt/onboard/run.sh &
And put the echo statement into run.sh in the USB root of the Mini and it's no longer working

I've also tried:

Code:
/bin/sh /mnt/onboard/run.sh &
njpollard is offline   Reply With Quote