1
0
Fork 0

Stop unnecessarily enabling monolithic libvirt daemon
All checks were successful
/ build-kde (push) Successful in 10m9s
/ build-gnome (push) Successful in 9m32s

Current versions of libvirt have moved to a modular model with multiple
specialized daemons https://libvirt.org/daemons.html
This commit is contained in:
ver4a 2024-11-14 15:01:56 +01:00
parent 74190e6e00
commit cb38f756e9
2 changed files with 0 additions and 4 deletions

View file

@ -17,8 +17,6 @@ RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264
# Bulk of layered packages
RUN dnf5 -y install virt-manager libvirt vim neovim bat btop pv restic zstd nmap-ncat
RUN systemctl enable libvirtd
# Set vim as default editor
RUN dnf5 -y swap nano-default-editor vim-default-editor

View file

@ -17,8 +17,6 @@ RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264
# Bulk of layered packages
RUN dnf5 -y install virt-manager libvirt vim neovim bat btop pv restic zstd nmap-ncat
RUN systemctl enable libvirtd
# Set vim as default editor
RUN dnf5 -y swap nano-default-editor vim-default-editor