|
|
|
@ -1,19 +1,19 @@
|
|
|
|
|
From 0fc5e241d84cb01bbaf93bba4e400d2f06b372c9 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From 98127af9e566160d1b11c38c615af368770c5463 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Eugene Zamriy <eugene@zamriy.info>
|
|
|
|
|
Date: Fri, 14 Apr 2023 14:59:53 +0300
|
|
|
|
|
Subject: [PATCH 06/15] Add MSVSphere product config
|
|
|
|
|
Subject: [PATCH 6/6] Add MSVSphere product config
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
data/product.d/msvsphere.conf | 21 +++++++++++++++++++++
|
|
|
|
|
1 file changed, 21 insertions(+)
|
|
|
|
|
data/product.d/msvsphere.conf | 24 ++++++++++++++++++++++++
|
|
|
|
|
1 file changed, 24 insertions(+)
|
|
|
|
|
create mode 100644 data/product.d/msvsphere.conf
|
|
|
|
|
|
|
|
|
|
diff --git a/data/product.d/msvsphere.conf b/data/product.d/msvsphere.conf
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000..baaf497
|
|
|
|
|
index 0000000..28d3109
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/data/product.d/msvsphere.conf
|
|
|
|
|
@@ -0,0 +1,21 @@
|
|
|
|
|
@@ -0,0 +1,24 @@
|
|
|
|
|
+# Anaconda configuration file for MSVSphere.
|
|
|
|
|
+
|
|
|
|
|
+[Product]
|
|
|
|
@ -33,8 +33,11 @@ index 0000000..baaf497
|
|
|
|
|
+enable_closest_mirror = True
|
|
|
|
|
+default_source = CLOSEST_MIRROR
|
|
|
|
|
+
|
|
|
|
|
+[User Interface]
|
|
|
|
|
+help_directory = /usr/share/anaconda/help/rhel
|
|
|
|
|
+
|
|
|
|
|
+[License]
|
|
|
|
|
+eula = /usr/share/sphere-release/EULA
|
|
|
|
|
--
|
|
|
|
|
2.44.0
|
|
|
|
|
2.47.0
|
|
|
|
|
|
|
|
|
|