Skip to content

Instantly share code, notes, and snippets.

@rkmathi
Created May 5, 2012 15:14
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 rkmathi/2603186 to your computer and use it in GitHub Desktop.
Save rkmathi/2603186 to your computer and use it in GitHub Desktop.
virt-install
# 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