Re: Share the same /home with another distro
in theory in order to use the same user's /home directory across distros, you would definitely need to setup the same user ids. this might be your initial problem. then the next issue becomes how each distro/application inside the distro use all those hidden configuration files in your /home directory.
you could possibly write a custom boot script to move the hidden config files to your home directory between distros...
for example make the directories:
/home/username/.ubuntu-confs
/home/username/.other-distro-confs
/home/username/.active-$distroname.lck
where .ubuntu-confs holds all the hidden config files for your user and at boot copies them over to your home directory.
and .active-$distroname.lck is a directory flag to tell you which was the previous active distro used so that you could copy all the current contents to the correct "backup" directory at boot.
Last edited by orange-wedge; May 13th, 2009 at 05:05 AM.
ubuntu user since breezy badger (5.10)
Bookmarks