Quote:
Originally Posted by mattcd216
Finally solved this.
The /etc/localtime sym linked to a file that didn't exist. I scp'd the Europe/London file from my ubuntu laptop over to the kindle and recreated the sym link.
|
Thanks for sharing your solution.
Moving a file like
Code:
/usr/share/zoneinfo/Europe/London
from a recent Linux system to
Code:
/var/local/system/tz
on the Kindle seemed to initially work, but didn't survive a reboot.
Symlinking the
file directly to the time zone file seems to fix this:
Code:
ln -s /London /etc/localtime