From 2955dc3166e3dd053c7fa4963e04f9f3159fce3e Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Mon, 23 Dec 2024 01:58:31 -0300 Subject: [PATCH] fix: remove rsyslog and packagekit from the image --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 22b228d..e918a75 100755 --- a/build.sh +++ b/build.sh @@ -14,6 +14,8 @@ dnf -y install @multimedia gstreamer1-plugins-{bad-free,bad-free-libs,good,base} dnf group install -y --nobest Workstation +dnf -y remove console-login-helper-messages cockpit-packagekit rsyslog + dnf upgrade -y # 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.