View Single Post
Old 05-05-2013, 03:23 PM   #3
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Ok, this is what I have done:
  1. opened a SSH connection
  2. mkdir /etc/rc0.d
  3. cd /etc/init.d
  4. echo "#! /bin/sh" > test
  5. echo >> test
  6. echo "echo 'OOOOOOOOOOK!!!!!!!' > /mnt/onboard/OOK.txt" >> test
  7. cd /etc/rc0.d
  8. ln -s /etc/init.d/test S10test
  9. sync
  10. exit
  11. unplugged kobo
  12. restarted kobo

Result: no OOOOOOK.txt even after another shutdown.... but my db is corrupted, since kobo doesn't find any book in my library even if the files are ok

It seems that the OS doesn't use rc#.d scripts. Any other ideas?

Last edited by Lucas Malor; 05-05-2013 at 03:34 PM.
Lucas Malor is offline   Reply With Quote