Comments on How To Create A Debian Wheezy (Testing) OpenVZ Template
How To Create A Debian Wheezy (Testing) OpenVZ Template This tutorial explains how to create an OpenVZ template for Debian Wheezy (Debian Testing) that you can use to create virtual Debian Wheezy machines under OpenVZ. I searched for a Debian Wheezy OpenVZ template, but couldn't find one, that's why I decided to create it myself. This guide can also be used for creating Debian Lenny templates and templates for recent Ubuntu versions.
2 Comment(s)
Add comment
Comments
By: Vyacheslav
Thanks a lot!
By: Slayer
In "vi /etc/init.d/ssh_gen_host_keys", the correct is "rm -f $0" instead "rm -f \$0", only you using cat <<EOF> is necessary backslash before $0.
But here, ssh_gen_host_keys dont start after the boot :(