Main Page/IT/Virtualisation

From Lewis Consultancy Wiki
< Main Page‎ | IT
Revision as of 16:01, 26 February 2014 by Clewis (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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