6,535
edits
Changes
m
<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>}}
== startproc troubleshooting ==