Difference between revisions of "Main Page/IT/Virtualisation"

From Lewis Consultancy Wiki
< Main Page‎ | IT
Jump to navigationJump to search
(Created page with "=KVM= Stuff relevant to qemu-kvm ==Install a VM from the command line using virt-install== <pre>virt-install --name <<Your machine name>> --hvm --ram 512 --disk path=<<path to...")
(No difference)

Revision as of 16:01, 26 February 2014

KVM

Stuff relevant to qemu-kvm

Install a VM from the command line using virt-install

virt-install --name <<Your machine name>> --hvm --ram 512 --disk path=<<path to your disk image>>,format=qcow2,bus=virtio --import --network bridge=br100,model=virtio --vnc --os-type=linux --os-variant=debianwheezy