Difference between revisions of "Install/Download Portage Tree"

From Funtoo
Jump to navigation Jump to search
(install var git is unnecessary.)
Line 13: Line 13:
<!--T:8-->
<!--T:8-->
{{console|body=  
{{console|body=  
%chroot% ##i##install -d /var/git -o 250 -g 250
%chroot% ##i##ego sync
%chroot% ##i##ego sync
}}
}}
</translate>
</translate>
<noinclude>{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files|align=right}}</noinclude>
<noinclude>{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files|align=right}}</noinclude>

Revision as of 11:30, December 7, 2020

Other languages:
English • ‎español • ‎polski • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Install Guide: Download Portage Tree

Install Guide, Chapter 10 < Prev Next >

Now it's time to install the Portage repository, which contains package scripts (ebuilds) that tell portage how to build and install thousands of different software packages. To create the Portage repository, simply run ego sync from within the chroot. This will automatically clone the portage tree from GitHub and all kits:

chroot # ego sync
Install Guide, Chapter 10 < Prev Next >