From 07e912975aeb7ac8a40baeae4d680181615b9ddb Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Wed, 12 Nov 2025 23:44:40 -0500 Subject: [PATCH] Swapping virt packages --- lenovo-16arh7h/Containerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lenovo-16arh7h/Containerfile b/lenovo-16arh7h/Containerfile index 8ec4749..b3073aa 100644 --- a/lenovo-16arh7h/Containerfile +++ b/lenovo-16arh7h/Containerfile @@ -31,14 +31,13 @@ RUN rpm --import \ iotop \ libavcodec-freeworld \ libva-nvidia-driver \ - libvirt \ nvtop \ python3-pyusb \ - qemu-kvm \ radeontop \ steam \ syncthing \ vim \ + virt-manager \ vulkan-tools \ xinput && \ dnf5 swap -y ffmpeg-free ffmpeg --allowerasing && \ @@ -46,8 +45,6 @@ RUN rpm --import \ dnf5 swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \ dnf5 clean all -# dnf5 install -y $(curl -s https://api.github.com/repos/ebkr/r2modmanPlus/releases/latest | jq -r '.assets[] | select(.name | endswith(".rpm")) | .browser_download_url') && \ - # TODO: Remove this `|| true` hack once post scriptlets no longer make dnf exit with non-zero RUN dnf5 install -y akmod-nvidia xorg-x11-drv-nvidia-cuda proton-vpn-gnome-desktop || true # TODO: Remove these unnecessary checks to make sure the packages above actually got installed. rpm exits non-zero if the package is not installed and aborts the Containerfile build