From 2b5791f0ed5a4b6886b49eeefeed66511e7218ce Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 9 Aug 2024 16:50:16 +0000 Subject: [PATCH 1/3] Add Minimal repo support --- pyanaconda/core/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py index 5232e6d..8e87274 100644 --- a/pyanaconda/core/constants.py +++ b/pyanaconda/core/constants.py @@ -58,6 +58,7 @@ DEFAULT_REPOS = [ "BaseOS", # Used by RHEL "baseos", # Used by CentOS Stream "eln-baseos", # Used by Fedora ELN + "Minimal", # Used by AlmaLinux ] DBUS_ANACONDA_SESSION_ADDRESS = "DBUS_ANACONDA_SESSION_BUS_ADDRESS" -- 2.43.5