Created
January 23, 2017 13:29
-
-
Save vitor-caetano/8689e2e9ecc676653407dbffa5360067 to your computer and use it in GitHub Desktop.
virt-install
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 --connect qemu:///session \ | |
--name ws2012 --ram 2048 --vcpus 2 \ | |
--network network=default,model=virtio \ | |
--disk path=ws2012.qcow2,format=qcow2,device=disk,bus=virtio \ | |
--cdrom /opt/Windows12.ISO \ | |
--disk path=/opt/virtio-win.iso,device=cdrom \ | |
--vnc --os-type windows --os-variant win2k8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment