6,534
edits
Changes
a few cosmetic fixes and improvements here and there ;)
== Download stage3 ==
We will make the template from a stage3 file. An OpenVZ OS template should be an archive (.tar.gz) of the root of a working system, but without the kernel and some files. You can download stage3 from the nearest mirror here: from http://www.gentoo.org/main/en/mirrors.xml.or here [directly from http://distfiles.gentoo.org/releases/x86/current-stage3/]
== Create directory for the new container and unarchive stage3 ==
== Edit CT Config ==
Creation of container at end of this HowTo obeys quota limits and might exceed
those limits set in <code>vps.basic</code> by default (at least encountered with Gentoo
10.1 release). Thus it might be required to increase limits now. The following
values are providing 2 GiByte GB soft limit with 2.5 GiByte GB hard limit:<pre>DISKSPACE="2097152:2621440"</pre>
After that you copy that configuration file turning it into a sample configuration for later use:
== Make /etc/mtab a symlink to /proc/mounts ==