Created
March 1, 2015 15:51
-
-
Save olavmrk/b3be43a72205efd3c7c1 to your computer and use it in GitHub Desktop.
virt-install cmdline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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