Différences entre versions de « Gentoo »
Sauter à la navigation
Sauter à la recherche
imported>SylvainBeucler m (Nouvelle page : wget http://mirror.ovh.net/gentoo-distfiles/releases/x86/2007.0/stages/stage3-i686-2007.0.tar.bz2 wget http://mirror.ovh.net/gentoo-distfiles/snapshots/portage-latest.tar.bz2 En t...) |
imported>SylvainBeucler m (tailles) |
||
Ligne 1 : | Ligne 1 : | ||
− | wget http://mirror.ovh.net/gentoo-distfiles/releases/x86/2007.0/stages/stage3-i686-2007.0.tar.bz2 | + | wget http://mirror.ovh.net/gentoo-distfiles/releases/x86/2007.0/stages/stage3-i686-2007.0.tar.bz2 # ~100Mo |
− | wget http://mirror.ovh.net/gentoo-distfiles/snapshots/portage-latest.tar.bz2 | + | wget http://mirror.ovh.net/gentoo-distfiles/snapshots/portage-latest.tar.bz2 # ~40Mo |
En tant que root: | En tant que root: | ||
Ligne 7 : | Ligne 7 : | ||
tar xjf ../stage3-i686-2007.0.tar.bz2 | tar xjf ../stage3-i686-2007.0.tar.bz2 | ||
tar xjf ../portage-latest.tar.bz2 | tar xjf ../portage-latest.tar.bz2 | ||
+ | |||
+ | $ du -sh | ||
+ | 1,1G . | ||
== Liens == | == Liens == | ||
* [http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=5 Documentation officielle] | * [http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=5 Documentation officielle] |
Version du 27 octobre 2007 à 14:46
wget http://mirror.ovh.net/gentoo-distfiles/releases/x86/2007.0/stages/stage3-i686-2007.0.tar.bz2 # ~100Mo wget http://mirror.ovh.net/gentoo-distfiles/snapshots/portage-latest.tar.bz2 # ~40Mo
En tant que root:
mkdir gentoo && cd gentoo tar xjf ../stage3-i686-2007.0.tar.bz2 tar xjf ../portage-latest.tar.bz2
$ du -sh 1,1G .