[notepad] vmbuilder command
Posted on Tue 13 August 2013 in Linux • Tagged with kvm, libvirt, notepad, xen, vms • 1 min read
vmbuilder kvm ubuntu -a amd64 --suite=precise --cpu=2 --libvirt qemu:///system \
--mem=2048 --user=root --pass=random --hostname=testsystem --dest=/tmp/test \
--raw=/dev/vgdata1/test_root --rootsize=16384 --swapsize=2048 --addpkg=openssh-server \
--bridge=virbr0 --ip=192.168.122.110 --mask=255.255.255.0 --gw=192.168.122.1 …
Continue reading