From 390568b415c06b3c129bbb122f5eb103e88e4080 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Thu, 19 Dec 2024 21:19:04 +0300 Subject: [PATCH 04/15] Add Minimal and Server repository support --- pyanaconda/core/constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py index 5232e6d..3d0b56d 100644 --- a/pyanaconda/core/constants.py +++ b/pyanaconda/core/constants.py @@ -58,6 +58,9 @@ DEFAULT_REPOS = [ "BaseOS", # Used by RHEL "baseos", # Used by CentOS Stream "eln-baseos", # Used by Fedora ELN + "Server", # Used by MSVSphere + "Certified", # Used by MSVSphere Certified + "Minimal", # Used by MSVSphere ] DBUS_ANACONDA_SESSION_ADDRESS = "DBUS_ANACONDA_SESSION_BUS_ADDRESS" -- 2.43.5