Skip to content
Open
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: 0 additions & 7 deletions iso_files/configure_iso_anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ systemctl disable flatpak-preinstall.service
systemctl --global disable podman-auto-update.timer
systemctl --global disable ublue-user-setup.service

# 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 if >= F42
Expand All @@ -71,8 +66,6 @@ SPECS=(

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

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

# Anaconda Profile Detection

# Bluefin
Expand Down
Loading