Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

OpenSUSE template creation

3 bytes removed, 13:58, 27 January 2011
m
Reverted edits by Boris (Talk) to last revision by Kir
<pre>
rm lib/udev/devices/console ; touch lib/udev/devices/console
</pre>
 
=== Make df working ===
<pre>
rm -f etc/mtab
ln -s /proc/mounts etc/mtab
</pre>
== Disable boot.klog ==
For some reason, <code>klogd</code> hangs when tries to retrieve kernel log. You need to disable it. Simply delete <code>etc/rc.d/boot.d/S08bootS*boot.klog</code>
== Create OS template ==
{{Note|For Debian-based host you should put the archive inside <code>/var/lib/vz/template/cache</code>}}
 
== Make df working ==
<pre>
rm -f /etc/mtab
ln -s /proc/mounts /etc/mtab
</pre>