Skip to content

Instantly share code, notes, and snippets.

@pcwerk
Last active April 9, 2020 16:27
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 pcwerk/0fb683006d340583374054b9606440a3 to your computer and use it in GitHub Desktop.
Save pcwerk/0fb683006d340583374054b9606440a3 to your computer and use it in GitHub Desktop.
yum -y update
yum -y install qemu-kvm libvirt libvirt-python libguestfs-tools virt-install
systemctl enable libvirtd
systemctl start libvirtd
usermod --append --groups libvirt localadmin
# source https://www.cyberciti.biz/faq/how-to-install-kvm-on-centos-7-rhel-7-headless-server/
@pcwerk
Copy link
Author

pcwerk commented Apr 9, 2020

brctl show
virsh net-list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment