Quote:
Originally Posted by jrw174
Is that reboot app a shell script that calls reboot? That's a useful one
|
Yeah, a short and sweet one too!
Code:
#!/bin/sh
picview=/ebrmain/cramfs/bin/picviewer.app
bootlogo=/ebrmain/logo/bootlogo/PocketBook.bmp
$picview "$bootlogo" & iv2sh reboot
Launches an image to view which then freezes as the system restarts. A very hacky restart splash screen.