diff --git a/build/30-virt.sh b/build/30-virt.sh index 3288a84..8e770fd 100755 --- a/build/30-virt.sh +++ b/build/30-virt.sh @@ -7,6 +7,7 @@ set -eoux pipefail ############################################################################### echo "Installing Virtualization, Plasma Setup and Hardware Helpers..." dnf5 install -y \ + --allowerasing \ libvirt-daemon \ libvirt-daemon-driver-qemu \ libvirt-daemon-config-network \ @@ -19,8 +20,7 @@ dnf5 install -y \ plasma-setup \ libva-utils \ #intel-media-driver \ - micro \ - --allowerasing + micro # --- 2. Die sofortige Bereinigung (WICHTIG!) --- echo "Cleaning up this layer..."