From 39023aea63de277dca7fb508e8668737aeb3ff5d Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Mon, 11 May 2026 18:43:15 +0300 Subject: [PATCH 1/2] feat: merge beta iso changes to main --- iso_files/configure_iso_anaconda.sh | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/iso_files/configure_iso_anaconda.sh b/iso_files/configure_iso_anaconda.sh index de1fc17..e03bb7c 100644 --- a/iso_files/configure_iso_anaconda.sh +++ b/iso_files/configure_iso_anaconda.sh @@ -27,15 +27,6 @@ rm /usr/share/applications/dev.getaurora.system-update.desktop systemctl --global disable bazaar.service -#TODO: Remove once F44 is on stable -if [[ "${IMAGE_TAG}" == "stable" ]]; then - # HACK for https://bugzilla.redhat.com/show_bug.cgi?id=2433186 - rpm --erase --nodeps --justdb generic-logos - dnf download fedora-logos - rpm -i --justdb fedora-logos*.rpm - rm -f fedora-logos*.rpm -fi - # Configure Anaconda SPECS=( @@ -48,11 +39,6 @@ SPECS=( dnf install -y "${SPECS[@]}" -#TODO: Remove once F44 is on stable -if [[ "${IMAGE_TAG}" == "stable" ]]; then - rpm --erase --nodeps --justdb fedora-logos -fi - # Anaconda Profile Detection # Aurora @@ -87,16 +73,13 @@ webui_web_engine = slitherer hidden_spokes = NetworkSpoke PasswordSpoke + UserSpoke hidden_webui_pages = root-password network + anaconda-screen-accounts EOF -if [[ "${IMAGE_TAG}" == "beta" ]]; then - sed -i '/hidden_spokes =/a \ UserSpoke' /etc/anaconda/profile.d/aurora.conf - sed -i '/hidden_webui_pages =/a \ anaconda-screen-accounts' /etc/anaconda/profile.d/aurora.conf -fi - # add intaller to kickoff sed -i '2s/$/;liveinst.desktop/' /usr/share/kde-settings/kde-profile/default/xdg/kicker-extra-favoritesrc From 906f39dc2b9723768e8e09cacc8e77d205fd7e86 Mon Sep 17 00:00:00 2001 From: inffy <10782843+inffy@users.noreply.github.com> Date: Mon, 11 May 2026 18:49:43 +0300 Subject: [PATCH 2/2] typo fix Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- iso_files/configure_iso_anaconda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso_files/configure_iso_anaconda.sh b/iso_files/configure_iso_anaconda.sh index e03bb7c..c5194aa 100644 --- a/iso_files/configure_iso_anaconda.sh +++ b/iso_files/configure_iso_anaconda.sh @@ -80,7 +80,7 @@ hidden_webui_pages = anaconda-screen-accounts EOF -# add intaller to kickoff +# add installer to kickoff sed -i '2s/$/;liveinst.desktop/' /usr/share/kde-settings/kde-profile/default/xdg/kicker-extra-favoritesrc # Configure