Installing Portage From Snapshot/pt-br

From Funtoo
< Installing Portage From Snapshot
Revision as of 16:54, July 12, 2015 by Drobbins (talk | contribs) (Drobbins moved page Pt-br/Installing Portage From Snapshot to Installing Portage From Snapshot/pt-br)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.