Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Gentoo template creation

287 bytes removed, 12:38, 8 October 2008
Set up udev
== Set up udev ==
<div class="previewnote"><p><strong>NOTE: udev-state does not exists anymore!! ../lib/udev/state and ../lib/udev/devices are empty directories now... maybe someone knows how to handle it the right way?</strong></p></div> Delete <code>/lib/udev-state/devices.tar.bz2</code> and create Create some device nodes needed to enter a container:
<pre>
cd /vz/private/777/lib
rm udev-state/devices.tar.bz2
mknod udev/devices/ttyp0 c 3 0
mknod udev/devices/ptyp0 c 2 0
<pre>
RC_DEVICES="staticudev"RC_DEVICE_TARBALL="no"
</pre>
4
edits