From e6c7aae6e42a02f66b932e363e2be64c84148cda Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 4 May 2026 19:25:42 +0200 Subject: [PATCH] Update virtualization installation script --- build/30-virt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..."