Skip to content

Commit

Permalink
add back the hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 22, 2023
1 parent 91794ca commit 5468b29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions katsu/modules/flagship/flagship-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ EOF

cp /etc/lightdm/lightdm.conf.d/50-ultramarine-lightdm-gtk-greeter.conf /etc/lightdm/lightdm-gtk-greeter.conf

# Reinstall anaconda-core and anaconda-live to make sure we fix any localization issues

# dnf reinstall -y anaconda-core
# Reinstall gnome-user-doc

dnf reinstall -y gnome-user-docs || true && dnf clean all
dnf clean all
2 changes: 2 additions & 0 deletions katsu/modules/gnome/gnome-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/fedora-welcome
sed -i 's/Fedora/Ultramarine/g' /usr/share/applications/org.fedoraproject.welcome-screen.desktop
sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/org.fedoraproject.welcome-screen.desktop

dnf reinstall -y gnome-user-docs || true && dnf clean all
2 changes: 1 addition & 1 deletion katsu/modules/live/live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ systemctl set-default graphical.target
# 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 - anaconda-core || true && dnf clean all
dnf reinstall - anaconda-core || true && dnf clean all

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

0 comments on commit 5468b29

Please sign in to comment.