diff --git a/build/30-virt.sh b/build/30-virt.sh index 23996ed..4f27428 100644 --- a/build/30-virt.sh +++ b/build/30-virt.sh @@ -1,9 +1,25 @@ #!/usr/bin/bash set -eoux pipefail - - - +############################################################################### +# Transaction 2: Virtualization, Tools & Hardware Helpers +# Zusammengefasst für effizientere Paketauflösung. +############################################################################### +echo "Installing Virtualization, Plasma Setup and Hardware Helpers..." +dnf5 install -y \ + libvirt-daemon \ + libvirt-daemon-driver-qemu \ + libvirt-daemon-config-network \ + libvirt-client \ + qemu-kvm \ + qemu-img \ + virt-manager \ + virt-viewer \ + distrobox \ + plasma-setup \ + libva-utils \ + intel-media-driver \ + --allowerasing || true # --- 2. Die sofortige Bereinigung (WICHTIG!) --- echo "Cleaning up this layer..."