remove libvirtd service autostart

This commit is contained in:
lukas 2021-12-16 14:47:43 +01:00
parent 2becc66328
commit e9ddf9b5f9
2 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@
# What ? This kickstart file provides guest-agents, which are useful for virtual machines # What ? This kickstart file provides guest-agents, which are useful for virtual machines
services --enabled="NetworkManager,libvirtd"
%packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies. %packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies.
qemu-guest-agent # "QEMU guest agent" The qemu-guest agent is unnecessary for a bare-metal system. However, it is included here to cover cases where this kickstart file is used to deploy a virtual machine qemu-guest-agent # "QEMU guest agent" The qemu-guest agent is unnecessary for a bare-metal system. However, it is included here to cover cases where this kickstart file is used to deploy a virtual machine

View File

@ -25,7 +25,7 @@ timezone Europe/Paris --utc
# SELinux configuration # SELinux configuration
selinux --enforcing selinux --enforcing
# System services # System services
services --disabled="sshd" --enabled="NetworkManager,libvirtd" services --disabled="sshd" --enabled="NetworkManager"
# System bootloader configuration # System bootloader configuration
bootloader --location=mbr --timeout=1 bootloader --location=mbr --timeout=1
# Clear the Master Boot Record # Clear the Master Boot Record