Gentoo Archives: gentoo-user

From: Chris White <chriswhite@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Using 'world' file to clone another machine
Date: Wed, 25 Jan 2006 21:38:45
Message-Id: 200601260630.57778.chriswhite@gentoo.org
In Reply to: Re: [gentoo-user] Using 'world' file to clone another machine by "Michael A. Smith"
1 On Thursday 26 January 2006 06:03, Michael A. Smith wrote:
2 > Correction. emerge --ask `cat /tmp/welcome_to_my_world.lst`
3
4 Correction, Correction:
5 `emerge --ask $(< /tmp/welcome_to_my_world.lst)`
6
7 or heck:
8
9 `emerge --ask < /tmp/welcome_to_my_world.lst`
10
11 might even work
12
13 > ;-D
14
15 Chris White

Replies

Subject Author
Re: [gentoo-user] Using 'world' file to clone another machine "Michael A. Smith" <michael@××××××××.com>