Changes
→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>