Quote:
Originally Posted by herve
Yes, it would also require that the last document opened is reopened instead.
|
...which is the default behaviour if you have configured your iliad to "on boot: open last document"
Quote:
Originally Posted by Iņigo
Locate the images files in filesystem used in boot and shutdown processes.
Change the shutdown process with a script that 1. change those images with a
screenshot of the page currently reading, and 2. do a shutdown
|
The problem is that the boot splash image is not a file in the filesystem. The bootloader loads it from somewhere but we don't know where it is.
Alternatively to re-rendering the last opened page, a screenshot can be made by accessing /dev/fb0, and then it's only a matter of saving that screenshot to a known loaction on disk.