Hi All,
I am in a very similar trouble, though I have studied the TC Concepts page, as well as a lot of forum topics with relevance to this issue.
What I want:
- backup my settings on exit (name mouse speed, keymap and FireFox settings)
- restore all these when booting
What I experience indeed:
- settings (mouse speed, keymap, FF settings) are the default, instead of what I saved
What I did so far:
- My grub menu.lst looks like this:
title tinycore
root (hd0,2)
kernel /boot/bzImage quiet tce=sda3 home=sda3 max_loop=255
initrd /boot/tinycore.gz
- My apps are stored in folder /tce
- I have added "loadkmap < /usr/share/kmap/hu.kmap" to /opt/bootlocal.sh. Anyway, this keymap works fine when started from prompt
So it seems I cannot backup any settings at all...