Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Ubuntu Trusty template creation

12 bytes removed, 14:21, 2 November 2016
no edit summary
[[Category: HOWTO]][[Category: Templates]][[Category: Ubuntu]]
worked for me with a beta release of ubuntu 14.04. used part of the 12.04 howto as a guidline.
'''howto:'''
<code> debootstrap --arch amd64 trusty /vz/private/2111 ftp://ftp.ubuntu.com/ubuntu
vzctl set 2111 --applyconfig basic --save
vzctl set 2111 --ostemplate ubuntu-1214.04-x86_64 --save
vzctl set 2111 --ipadd x.x.x.x --name trusty --hostname trusty.test.intern --save
vzctl start 2111
apt-get update
apt-get install vim
apt-get remove ntpdate</code>
</code>
add to the start of init script /etc/init.d/ondemad
Anonymous user