Skip to content

Commit

Permalink
add back anaconda hack
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 22, 2023
1 parent ba4d993 commit 87fde64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions katsu/modules/live/live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ rm -f /core*

systemctl set-default graphical.target

# attempt to reinstall anaconda-core to fix localization issues
# it actually cannot reinstall it, but this somehow fixes the issue
# I assume scuffed rpm db or something
# If anyone manages to figure out why this works, please let me know - @korewachino
dnf reinstall -y anaconda-core || true && dnf clean all

cat >> /var/lib/livesys/livesys-session-extra << EOF
Expand Down

0 comments on commit 87fde64

Please sign in to comment.