enable libvirt service

This commit is contained in:
lukas 2021-11-05 11:38:31 +01:00
parent 06a43e76b8
commit aa2154e282

View File

@ -26,7 +26,7 @@ rootpw --lock --iscrypted locked # Lock the root account
selinux --enforcing # Make sure SELinux is in enforced mode
firewall --enabled --service=mdns # Make sure the firewall is enabled
services --enabled=NetworkManager --disabled=sshd
services --enabled=NetworkManager,libvirtd --disabled=sshd
network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllome-alpha # Configure network interfaces and set hostname. "link" selects the first device reaching an up state
zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record