If any one can assist on this it would be greatly appreciated!
I have a VMWare gentoo installation on my machine at work. I would like to migrate it to my newly acquired Linode (thanks Chris!).
I followed the following steps but am now stumped -
1. I created a Linode with the existing gentoo distro.
2. Created a new disk image, changed config, and rebooted
3. Mounted the new disk image under /newdrive
4. started rsync --daemon
5. rsynced from my vmware machine using the following command
Code:
vmware:/etc # rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links --delete --exclude "/boot" --exclude "*bak" --exclude "*~" --exclude "/proc" --exclude "/sys" --exclude "/dev" /* xx.xxx.xx:/newdrive
6. Copied /etc/fstab /newdrive/etc/fstab
7. Copied /boot /newdrive/boot
And now I am not sure what to do next. I presume I need to move the kernel and associated libaries over - how/where?
The alternative is ofcourse to rebuild the gentoo machine (with my USE settings), but again what I am not clear on is how to get Chris's kernels on the gentoo image I create, rather than thru the disto wizard.
Any ideas?
Thanks
Ro