Dependencies: socat Installation ============ cd /; unxz -c ~/vmtcl.txz | tar -x Adding new vm ============= Add ip to hosts(will be used for telnet and vnc): 127.0.1.1 new.vm Add network interface /etc/conf.d/netif.new1n0(will be started/stopped by vm init script): template=macvtap #mac_replace=52:54:00:01:01:01 base=net.eth0 mode=bridge Create vm hdd image: qemu-img create -f raw /var/vm/img/new.img 50G Create config file /etc/conf.d/vm.new from a template /etc/conf.d/vm.tmpl. Make symbolic link /etc/init.d/vm.new to /etc/init.d/vmctl.tmpl.