Difference between revisions of "Install/Download Portage Tree"

From Funtoo
Jump to navigation Jump to search
Line 1: Line 1:
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files|title=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:
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:


{{console|body=
{{console|body=
(chroot) ###i## ego sync
(chroot) ###i## ego sync
}}
}}

Revision as of 01:24, September 2, 2018

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