Gentoo Archives: gentoo-amd64

From: Sergio Polini <sp_rm_it@×××××.it>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] stopping IPv6
Date: Tue, 19 Dec 2006 19:53:24
Message-Id: 200612192050.07618.sp_rm_it@yahoo.it
In Reply to: Re: [gentoo-amd64] stopping IPv6 by arnuld
1 arnuld:
2 > tell me one thing if these 2 sets of commands do the same thing:
3 >
4 > [SET 1]
5 > # cd /mnt/gentoo/
6 > # tar xvjf portage-latest.tar.bz2
7 >
8 > [SET 2]
9 > # tar xvjf /mnt/gentoo/portage-latest.tar.bz2 -C /mnt/gentoo/usr
10 >
11 > i used SET 1 & i think both are same as i alrady did CD intp
12 > "/mnt/gentoo".
13
14 Your previous SET 1 was:
15
16 # cd /mnt/gentoo/
17 # tar -xvjf -latest-portage here-  -C  /usr
18
19 but, as Koef pointed, was wrong.
20 Try SET 2, or the following SET 1 variant:
21
22 # cd /mnt/gentoo/
23 # tar -xvjf -latest-portage here- -C usr
24
25 because "-C /usr" is not the same as "-C /mnt/gentoo/usr".
26
27 HTH
28
29 Sergio
30 --
31 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] stopping IPv6 arnuld <arnuld3@×××××.com>