Add support for Minimal repo
This commit is contained in:
parent
b8398f87a1
commit
a6b958aa3e
13
SOURCES/anaconda-almalinux-add-minimal-repo.patch
Normal file
13
SOURCES/anaconda-almalinux-add-minimal-repo.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -Naur anaconda-33.16.6.7/pyanaconda/core/constants.py anaconda-33.16.6.7.minimal/pyanaconda/core/constants.py
|
||||||
|
--- anaconda-33.16.6.7/pyanaconda/core/constants.py 2022-03-09 12:45:44.000000000 +0000
|
||||||
|
+++ anaconda-33.16.6.7.minimal/pyanaconda/core/constants.py 2022-05-10 10:43:57.228244800 +0000
|
||||||
|
@@ -61,7 +61,8 @@
|
||||||
|
"fedora-modular-server",
|
||||||
|
"rawhide",
|
||||||
|
"BaseOS", # Used by RHEL
|
||||||
|
- "baseos"] # Used by CentOS Stream
|
||||||
|
+ "baseos", # Used by CentOS Stream
|
||||||
|
+ "Minimal"] # Used by AlmaLinux
|
||||||
|
|
||||||
|
# Get list of repo names which should be used as updates repos
|
||||||
|
DEFAULT_UPDATE_REPOS = ["updates",
|
@ -21,6 +21,7 @@ Patch1002: anaconda-almalinux-disable-cdn-radiobutton.patch
|
|||||||
Patch1003: anaconda-almalinux-remove-visible-rh-references.patch
|
Patch1003: anaconda-almalinux-remove-visible-rh-references.patch
|
||||||
# Patch1004: anaconda-almalinux-update-smt-url.patch
|
# Patch1004: anaconda-almalinux-update-smt-url.patch
|
||||||
# Patch1005: anaconda-almalinux-baseos-repo-default.patch
|
# Patch1005: anaconda-almalinux-baseos-repo-default.patch
|
||||||
|
Patch1006: anaconda-almalinux-add-minimal-repo.patch
|
||||||
|
|
||||||
# Versions of required components (done so we make sure the buildrequires
|
# Versions of required components (done so we make sure the buildrequires
|
||||||
# match the requires versions of things).
|
# match the requires versions of things).
|
||||||
|
Loading…
Reference in New Issue
Block a user