We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdc17d commit c6c226dCopy full SHA for c6c226d
1 file changed
iso_files/configure_iso_anaconda.sh
@@ -47,7 +47,9 @@ SPECS=(
47
48
dnf install -y "${SPECS[@]}"
49
50
-rpm --erase --nodeps --justdb fedora-logos
+if [[ "${IMAGE_TAG}" == "stable" ]]; then
51
+ rpm --erase --nodeps --justdb fedora-logos
52
+fi
53
54
# Anaconda Profile Detection
55
0 commit comments