Gentoo Archives: gentoo-user

From: "Michael A. Smith" <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Using 'world' file to clone another machine
Date: Wed, 25 Jan 2006 22:44:16
Message-Id: 43D7FDD6.8010805@smith-li.com
In Reply to: Re: [gentoo-user] Using 'world' file to clone another machine by Chris White
1 Chris White wrote:
2 > On Thursday 26 January 2006 06:03, Michael A. Smith wrote:
3 >
4 >>Correction. emerge --ask `cat /tmp/welcome_to_my_world.lst`
5 >
6 > Correction, Correction:
7 > `emerge --ask $(< /tmp/welcome_to_my_world.lst)`
8
9 Way to decrease entropy, Chris. Why don't you email the whole list
10 and tell them how to implement a minute reduction in CPU cycles. ;-D
11 (I'm just kidding, this is a better way.)
12
13 > or heck:
14 >
15 > `emerge --ask < /tmp/welcome_to_my_world.lst`
16
17 This doesn't work, nor does
18
19 cat welcome_to_my_world.lst | emerge --ask
20 cat welcome_to_my_world.lst | emerge --pretend
21 cat welcome_to_my_world.lst | xargs emerge --ask
22
23 However,
24
25 cat welcome_to_my_world.lst | xargs emerge --pretend
26
27 does work.
28
29 I didn't try it without pretend, but I betcha it'd work.
30
31 Weird, huh?
32
33 -Mike Smith
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Using 'world' file to clone another machine Ciaran McCreesh <ciaranm@g.o>