Gentoo Archives: gentoo-user

From: Hans-Werner Hilse <hilse@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] building a binary distribution
Date: Wed, 22 Nov 2006 10:30:17
Message-Id: 20061122112607.84395b5b.hilse@web.de
In Reply to: Re: [gentoo-user] building a binary distribution by Sathish Vasudevaiah
1 Hi,
2
3 On Wed, 22 Nov 2006 07:44:31 +0000 Sathish Vasudevaiah
4 <svholla@××××.net> wrote:
5
6 > On the mythtv machine there is a spare partition
7 > created for testing. I am thinking of the following
8 > approach
9 > - create all the binary packages
10 > - NFS mount the spare partition
11 > - install the binary packages and boot up with
12 > the spare partition for testing.
13 >
14 > This should leave the mythtv system with a working
15 > setup all the time. In this case, how do I bootstrap
16 > the spare partition ? Should I start with the gentoo
17 > livecd or do a 'dd' from the working partition to the
18 > spare one ?
19
20 Hm, if you can afford to switch to single user and remount root ro (or
21 have dm-snapshot), dd would work. If you have write activity on the
22 partition to be copied, you'll rather get an inconsistent FS.
23 Personally, I prefer to just create a filesystem and copy everything
24 using "cp -vax / /targetmount".
25
26 -hwh
27 --
28 gentoo-user@g.o mailing list