Gentoo Archives: gentoo-user

From: Trenton Adams <trenton.d.adams@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] world file cheating
Date: Fri, 06 Jan 2006 00:11:12
Message-Id: 9b1675090601051558s69c69399v99064e6953caf589@mail.gmail.com
In Reply to: [gentoo-user] world file cheating by James
1 I just boot with a gentoo CD, tar up my entire system, and untar it on
2 the new system. If your new system boots with the gentoo CD as well,
3 then you can pipe this over ssh. Something like the following...
4
5
6 cd /mnt/gentoo
7 tar -cz ./ | ssh root@other-gentoo-system 'cd /mnt/gentoo; tar -xz'
8
9 I personally actually just use an external HD, that I'm building
10 gentoo on. My primary box has it's portage on the external HD, and
11 I'm trying to install all the packages i need on it. So, if I need a
12 new system, I just copy the entire gentoo system off the external HD,
13 to a new system, and then change configs.
14
15 On 1/5/06, James <wireless@×××××××××××.com> wrote:
16 > Hello,
17 >
18 > Some time ago, I copied a world file (/var/lib/portage/world)
19 > from a system with lots of installed software to a 'clone'
20 > system newly installed with gentoo....
21 >
22 > Now 'emaint --check world' suggests that not all of those packages have
23 > been installed. (Busted). I was not responsible enough to verify
24 > that the clone was 100% similar with the identical ebuilds.
25 > I thought I had found a way to duplicate the installed software,
26 > merely by copying the world file from another system.
27 >
28 > Any better ideas on how to duplicate gentoo systems,
29 > with the installed list of ebuilds matching?
30 >
31 > thoughts and ideas?
32 >
33 > James
34 >
35 > --
36 > gentoo-user@g.o mailing list
37 >
38 >
39
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] world file cheating Harald Arnesen <harald@×××××××.org>