Skip to content

Instantly share code, notes, and snippets.

@elcontrastador
Created December 16, 2011 07:20
Show Gist options
  • Save elcontrastador/1484943 to your computer and use it in GitHub Desktop.
Save elcontrastador/1484943 to your computer and use it in GitHub Desktop.
sudo virt-install -v --connect qemu:///system --vnc --vnclisten localhost --noautoconsole --bridge=br0,model=virtio -n hinds-virt1 --hvm --arch=x86_64 --os-type=windows --os-variant=win2k8 --vcpus=2 -r 2048 -c /opt/vm_os/w2k8r2/w2k8r2_ent.iso --disk /opt/vm_os/virtio-win-1.1.16.vfd,device=floppy --disk /opt/vm_os/hinds-virt1.qcow2,size=25,bus=virtio --accelerate --force -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment