Skip to content

Instantly share code, notes, and snippets.

@olavmrk
Created March 1, 2015 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olavmrk/b3be43a72205efd3c7c1 to your computer and use it in GitHub Desktop.
Save olavmrk/b3be43a72205efd3c7c1 to your computer and use it in GitHub Desktop.
virt-install cmdline
virt-install --hvm --name testvm2 --ram 512 --disk 'path=/testvm2.img,size=4,bus=virtio' --os-type 'linux' --location 'http://http.debian.net/debian/dists/wheezy/main/installer-amd64/' --graphics vnc,port=5900,listen=0.0.0.0,keymap=no --network bridge=br0,model=virtio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment