Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Gentoo template creation

453 bytes added, 12:15, 11 April 2010
dedicated installation of portage
{{Note|you have to <code>umount /vz/root/777/usr/portage/distfiles</code> before trying to stop your container.}}
 
 
== Dedicated installation of portage ==
 
If you decide not to share portage with host as described before, you'll still need a portage installed into your container.
 
Get latest snapshot of portage tree from your favourite mirror (http://www.gentoo.org/main/en/mirrors.xml) and extract it into <code>/vz/private/777/usr</code>:
 
<pre>
# wget <your-mirro>/snapshots/portage-latest.tar.bz2
# tar xjf portage-latest.tar.bz2 -C /vz/private/777/usr
</pre>
== Create the template cache file ==
Anonymous user