On Mon, 2008-08-11 at 11:31 -0400, Matthew Daubenspeck wrote: > In short, I am working on a server migration going from a physical box > to a virtual system. I pretty much need everything (software-wise) > identical. What is the best way to do that? I was looking at outputting > the data from equery to a file, then emerging everything in that file. > Is there an easier way to do this?
The easiest thing to do would be to migrate system, P2V, as is. I dont' know what virtual server software you are using, but there are tools to do this (plus with Linux it's easy enough doing manually). Aside from that if you actually want to re-build the box from scratch, I'd copy the /etc/make.conf, /etc/portage/* and /var/lib/portage/world file over and, after performing a stageX install, do a "emerge -va `cat world`" -a

