Disable libvirtd

This does not need to be running at boot. This also causes issues
with guest networking in some cases. This should stop libvirtd
from brining up the networking.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-12-23 18:19:14 +02:00
parent cf0bd44d80
commit 3642552f6c
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ rootpw --plaintext fedora_rocks!
firewall --enabled --ssh
timezone --utc America/New_York
selinux --enforcing
services --enabled=sshd,NetworkManager,chronyd,haveged --disabled=lm_sensors
services --enabled=sshd,NetworkManager,chronyd,haveged --disabled=lm_sensors,libvirtd
bootloader --location=none --extlinux