Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Gentoo template creation

187 bytes added, 14:22, 27 December 2011
Disable unneeded init scripts
The checkroot and consolefont init scripts should not be started inside containers:
(NOT! for Gentoo 11.2)
<pre>
rm /vz/private/1001/etc/runlevels/boot/checkroot
rm /vz/private/1001/etc/runlevels/boot/consolefont
</pre>
 
Gentoo 11.2 release have an option in /vz/private/1001/etc/rc.conf
just uncoment rc_sys and type "openvz" and it disables init scripts
<pre>
rc_sys="openvz"
</pre>
Anonymous user