Difference between revisions of "Install/Download Portage Tree"

From Funtoo
Jump to navigation Jump to search
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}
<translate>
<includeonly>
== Download Portage Tree == <!--T:5-->
</includeonly><noinclude><languages/>
= Install Guide: Download Portage Tree =  


Now it's time to install a copy of 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 {{c|ego sync}} from within the chroot. This will automatically clone the portage tree from [https://github.com/funtoo/meta-repo GitHub] and all kit submodules:
<!--T:6-->
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}</noinclude>


{{console|body=
<!--T:7-->
(chroot) ###i## ego sync
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 {{c|ego sync}} from within the chroot. This will automatically clone the portage tree from [https://github.com/funtoo/meta-repo GitHub] and all kits:
 
<!--T:8-->
{{console|body=  
%chroot% ##i##install -d /var/git -o 250 -g 250
%chroot% ##i##ego sync
}}
}}
</translate>
<noinclude>{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files|align=right}}</noinclude>

Revision as of 03:01, February 4, 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 # install -d /var/git -o 250 -g 250
chroot # ego sync
Install Guide, Chapter 10 < Prev Next >