Difference between revisions of "Install/pt-br/PortageTree"

From Funtoo
Jump to navigation Jump to search
 
Line 22: Line 22:
(chroot) # ##i##emerge -auDN @world
(chroot) # ##i##emerge -auDN @world
</console>
</console>
[[Category:pt_BR]]

Latest revision as of 14:21, July 9, 2015


   Note

This is a template that is used as part of the Installation instructions which covers: downloading the Portage tree within the chroot. Templates are being used to allow multiple variant install guides that use most of the same re-usable parts.


Baixando a arvore Portage (Portage tree)

   Note

Para um jeito alternartivo de fazer isso, vejasee Instalando o Portage a partir do Snapshot.

Agora é hora de instalar uma cópia do repositório Portage, que contem package scripts (ebuilds) que dizem ao portage como construir e instalar milhares de pacotes de software diferentes. Para gerar o repositório Portage, simplesmente execute emerge --sync de dentro do chroot. Isso clonará o portage tree automáticamente a partir do GitHub:

(chroot) # emerge --sync
   Important

Se você receber o erro com a inicial emerge --sync devido as restrições do protocol git, altere a variável SYNC em /etc/make.conf:

SYNC="https://github.com/funtoo/ports-2012.git"
   Note

Para atualizar o Funtoo Linux simplesmente digite:

(chroot) # emerge -auDN @world