Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Gentoo template creation

42 bytes added, 16:03, 18 May 2008
Edit /sbin/rc: Update to reflect current /sbin/rc file and some minor edits
===Edit /sbin/rc===
Comment out line number 141 244 in /vz/private/777/sbin/rc:
<pre># try mount -n ${mntcmd:--t sysfs sysfs /sys-o noexec,nosuid,nodev}</pre>
This prevents the VE from attepting attempting to mount <code>/sys</code>.
To ensure that these changes aren't automatically overwritten on update, add the following to /vz/private/777/etc/make.conf:
<pre>CONFIG_PROTECT = /sbin/rc</pre>
7
edits