Created
May 5, 2012 15:14
-
-
Save rkmathi/2603186 to your computer and use it in GitHub Desktop.
virt-install
This file contains 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:///system --hvm --os-type=Linux \ | |
--name nrt \ | |
--ram=4096 --disk=/var/lib/libvirt/images/nrt.img \ | |
--cdrom=/var/lib/libvirt/images/install-amd64-minimal-20120223.iso \ | |
--network bridge=br0 \ | |
--vnc --vncport 5900 \ | |
--extra-args='console=tty0 console=tty0,11520n8' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment