From 83d33c927497988a23c93caa984e143df50fc410 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sat, 21 Dec 2024 19:37:11 -0300 Subject: [PATCH] fix: add weird kernel bug notice --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 64c778f..22b228d 100755 --- a/build.sh +++ b/build.sh @@ -14,8 +14,10 @@ dnf -y install @multimedia gstreamer1-plugins-{bad-free,bad-free-libs,good,base} dnf group install -y --nobest Workstation -#update and cleanup dnf upgrade -y -dnf remove -y $(dnf repoquery --installonly --latest-limit 1 -q) +# This seems weirdly like a Schrödinger's issue. Removing the kernel here fails some builds and not removing it actually- +# breaks some stuff? I dont know exactly what to do here. +# FIXME: Figure out if this is necessary +# dnf remove -y $(dnf repoquery --installonly --latest-limit 1 -q) systemctl enable gdm.service