Changes

Jump to: navigation, search

Build Server

215 bytes added, 15:14, 25 August 2014
/* Chroot Setup */
* Install {{Package|app-portage/layman}} and probably {{Package|dev-vcs/git}} to install overlays
* You may want to add a mirror configuration if you have local mirrors:
<source lang='bash'>
cat >> /etc/portage/mirrors << EOF
local https://mirror.example.com/public/gentoo https://mirror.example.com/restricted/gentoo
EOF
</source>
* Add the following to generate binary packages during installation:
<source lang='bash'>
</source>
* Rebuild everything:
<source lang='bash'>{{RootCmd|emerge -e world</source>}}
[[Category:Infrastructure]]