anaconda/SOURCES/anaconda-almalinux-baseos-r...

14 lines
626 B
Diff

diff -Naur anaconda-33.16.4.15/pyanaconda/core/constants.py anaconda-33.16.4.15.alma/pyanaconda/core/constants.py
--- anaconda-33.16.4.15/pyanaconda/core/constants.py 2021-02-02 10:55:25.000000000 +0000
+++ anaconda-33.16.4.15.alma/pyanaconda/core/constants.py 2021-06-23 13:56:29.257233450 +0000
@@ -60,7 +60,8 @@
DEFAULT_REPOS = [productName.split('-')[0].lower(),
"fedora-modular-server",
"rawhide",
- "BaseOS"]
+ "BaseOS",
+ "baseos"]
# Get list of repo names which should be used as updates repos
DEFAULT_UPDATE_REPOS = ["updates",