Skip to content

Commit e420fc0

Browse files
committed
add todos
1 parent 24dc660 commit e420fc0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

iso_files/configure_iso_anaconda.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ rm /usr/share/applications/dev.getaurora.system-update.desktop
2727

2828
systemctl --global disable bazaar.service
2929

30+
#TODO: Remove once F44 is on stable
3031
if [[ "${IMAGE_TAG}" == "stable" ]]; then
3132
# HACK for https://bugzilla.redhat.com/show_bug.cgi?id=2433186
3233
rpm --erase --nodeps --justdb generic-logos
@@ -47,6 +48,7 @@ SPECS=(
4748

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

51+
#TODO: Remove once F44 is on stable
5052
if [[ "${IMAGE_TAG}" == "stable" ]]; then
5153
rpm --erase --nodeps --justdb fedora-logos
5254
fi

0 commit comments

Comments
 (0)