Installing Portage From Snapshot/pt-br

From Funtoo
< Installing Portage From Snapshot
Revision as of 18:53, January 20, 2015 by Tocadotux (talk | contribs) (Created page with "Essa paǵina te mostra outro jeito de obter o ultimo Portage tree de dentro do install chroot. Para utilizar este método, você baixa um snapshot {{FuntooMirror|snapshots=1}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Essa paǵina te mostra outro jeito de obter o ultimo Portage tree de dentro do install chroot.

Para utilizar este método, você baixa um snapshot snapshots de dentro do chroot, extraia-o no diretório /usr, uitlize o git para ativar o funtoo.org branch, e depois execute emerge --sync para rápidamente baixar as ultimas atualizações para o tree:

root # cd /usr
root # wget http://ftp.osuosl.org/pub/funtoo/funtoo-current/snapshots/portage-latest.tar.xz
root # tar xf portage-latest.tar.xz 
root # rm portage-latest.tar.xz
root # cd /usr/portage
root # git checkout funtoo.org
root # emerge --sync

Esse método utiliza wget (HTTP) para agarra a vasta maioria de dados e poderia ser mais rápido de mais confiável para alguns usuários.