You could try to add a "sleep 60" (or so) line to your autorun script to wait until the sdcard stuff has been initialized.
Or you could add the invocation of your script to /etc/init.d/rcS, and then in the last line of your script restore the original /etc/init.d/rcS.
(The latter is problematic, though, in case the user has modified his rcS.)
Last edited by xor_; 05-30-2013 at 03:54 PM.
|