Last active
April 9, 2020 16:27
-
-
Save pcwerk/0fb683006d340583374054b9606440a3 to your computer and use it in GitHub Desktop.
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
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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brctl show
virsh net-list