Quote:
Originally Posted by paola
sorry sergey, I may have said this before, but "poweroff" does nothin for me. however, I noticed that there is no "poweroff" file in the kobolauncher directory: is this to be expected?
|
I noticed that too. Since I wanted to poweroff from the screen, I added a poweroff.sh file to the kobolauncher folder with this content:
Code:
#!/bin/sh
zcat /etc/images/kraken-ghostbuster.raw.gz | /usr/local/Kobo/pickel showpic
cat /mnt/onboard/.kobo/KoboLauncher/system/kobo-off.raw | /usr/local/Kobo/pickel showpic
/bin/busybox poweroff
This will first wipe the screen (first line), then display an edited image I created to provide me a visual feedback that the kobo is powered off (second line). The last line issues the shut down command.
I hope this helps.