Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

OpenSUSE template creation

82 bytes added, 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 ==
 
Create OS template cache by invoking the following command:
<code> tar --numeric-owner -czf /vz/template/cache/opensuse-10.3-i386-default.tar.gz ./</code>
{{Note|For Debian-based host you should put the archive inside <code>/var/lib/vz/template/cache</code>}}
 
== startproc troubleshooting ==