Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions iso_files/configure_iso_anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ systemctl --global disable podman-auto-update.timer
systemctl --global disable ublue-user-setup.service
rm /usr/share/applications/system-update.desktop

# 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

# Configure Anaconda

# Install Anaconda WebUI
Expand All @@ -43,6 +48,8 @@ SPECS=(

dnf install -y "${SPECS[@]}"

rpm --erase --nodeps --justdb fedora-logos

# Anaconda Profile Detection

# Aurora
Expand Down
Loading