We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dc660 commit e420fc0Copy full SHA for e420fc0
1 file changed
iso_files/configure_iso_anaconda.sh
@@ -27,6 +27,7 @@ rm /usr/share/applications/dev.getaurora.system-update.desktop
27
28
systemctl --global disable bazaar.service
29
30
+#TODO: Remove once F44 is on stable
31
if [[ "${IMAGE_TAG}" == "stable" ]]; then
32
# HACK for https://bugzilla.redhat.com/show_bug.cgi?id=2433186
33
rpm --erase --nodeps --justdb generic-logos
@@ -47,6 +48,7 @@ SPECS=(
47
48
49
dnf install -y "${SPECS[@]}"
50
51
52
53
rpm --erase --nodeps --justdb fedora-logos
54
fi
0 commit comments