Install/pt-br/PortageTree

From Funtoo
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.


   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