From 87fde64047b75a8460f53d923bb54134f2d601a8 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sun, 22 Oct 2023 21:27:11 +0700 Subject: [PATCH] add back anaconda hack --- katsu/modules/live/live.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/katsu/modules/live/live.sh b/katsu/modules/live/live.sh index f7f15864..26dbc808 100644 --- a/katsu/modules/live/live.sh +++ b/katsu/modules/live/live.sh @@ -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