Skip to content

Instantly share code, notes, and snippets.

@suplo
Created March 31, 2014 07:37
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 suplo/9887143 to your computer and use it in GitHub Desktop.
Save suplo/9887143 to your computer and use it in GitHub Desktop.
kvm install guest
virt-install --name centos-server1 --ram 512 --vcpus=1 --check-cpu --os-type=linux -c /home/luxurioust/CentOS-6.4-x86_64-LiveCD.iso --disk path=/opt/centos.img,device=disk,bus=ide,format=qcow2 --bridge=br0 --vnc --vncport=5901 --vnclisten=0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment