Skip to content

Commit

Permalink
fix: actually remove console-login-helper-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 23, 2024
1 parent b25a5b8 commit b164b3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dnf -y install @multimedia gstreamer1-plugins-{bad-free,bad-free-libs,good,base}

# `dnf group info Workstation` without GNOME
dnf group install -y --nobest \
-x console-login-helper-messages \
-x rsyslog* \
-x cockpit \
-x PackageKit \
Expand Down Expand Up @@ -62,6 +61,9 @@ dnf -y install \
"xdg-user-dirs-gtk" \
"yelp-tools"

# This adds "[systemd] Failed Units: *" to the bashrc startup
dnf -y remove console-login-helper-messages

# 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
Expand Down

0 comments on commit b164b3c

Please sign in to comment.