parent
64d1c6d87a
commit
db3ce405d8
@ -0,0 +1,14 @@
|
||||
diff -urN anaconda-34.25.2.10.orig/pyanaconda/core/constants.py anaconda-34.25.2.10/pyanaconda/core/constants.py
|
||||
--- anaconda-34.25.2.10.orig/pyanaconda/core/constants.py 2023-07-08 08:53:04.204043791 +0300
|
||||
+++ anaconda-34.25.2.10/pyanaconda/core/constants.py 2023-07-08 08:56:24.293030663 +0300
|
||||
@@ -58,7 +58,9 @@
|
||||
"fedora-modular-server",
|
||||
"rawhide",
|
||||
"BaseOS", # Used by RHEL
|
||||
- "baseos"] # Used by CentOS Stream
|
||||
+ "baseos", # Used by CentOS Stream
|
||||
+ "Server", # Used by MSVSphere
|
||||
+ "Minimal"] # Used by MSVSphere
|
||||
|
||||
DBUS_ANACONDA_SESSION_ADDRESS = "DBUS_ANACONDA_SESSION_BUS_ADDRESS"
|
||||
|
@ -1,26 +0,0 @@
|
||||
From e91fd0e488aa11e862436967bf74e67f0f9e708c Mon Sep 17 00:00:00 2001
|
||||
From: Eugene Zamriy <eugene@zamriy.info>
|
||||
Date: Fri, 14 Apr 2023 12:56:53 +0300
|
||||
Subject: [PATCH 4/8] Add Minimal repository support
|
||||
|
||||
---
|
||||
pyanaconda/core/constants.py | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py
|
||||
index 2f62cce..874c785 100644
|
||||
--- a/pyanaconda/core/constants.py
|
||||
+++ b/pyanaconda/core/constants.py
|
||||
@@ -58,7 +58,8 @@ DEFAULT_REPOS = [productName.split('-')[0].lower(),
|
||||
"fedora-modular-server",
|
||||
"rawhide",
|
||||
"BaseOS", # Used by RHEL
|
||||
- "baseos"] # Used by CentOS Stream
|
||||
+ "baseos", # Used by CentOS Stream
|
||||
+ "Minimal"] # Used by MSVSphere
|
||||
|
||||
DBUS_ANACONDA_SESSION_ADDRESS = "DBUS_ANACONDA_SESSION_BUS_ADDRESS"
|
||||
|
||||
--
|
||||
2.39.2
|
||||
|
Loading…
Reference in new issue