Merge "Modify install_packages.sh for system without apparmor model"

This commit is contained in:
Zuul 2019-04-18 14:48:21 +00:00 committed by Gerrit Code Review
commit d534db5483
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# install_packages.sh - install required packages
sudo apt-get install virt-manager libvirt-bin qemu-system -y
sudo apt-get install virt-manager libvirt-bin qemu-system apparmor -y
cat << EOF | sudo tee /etc/libvirt/qemu.conf
user = "root"