| But if it's tmpfs, it would be hard to set desktop settings and make them last over reboot... Maybe unionfs? I've read something about it. Then you can first setup everything as you want it on a /home partition, flag /home read-only and make a tmpfs-like filesystem mount over the read-only /home. That way, every modification to /home will be erased over reboot, but you will still be able to set the default desktop/application settings easily (umount the unionfs and remount /home as read-write whenever you have to do any modifications) |