You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
945 B
41 lines
945 B
1 year ago
|
From 805711f02da4a60a78fbf3731a089ea0db005c9d 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/13] Add MSVSphere product config
|
||
|
|
||
|
---
|
||
|
data/product.d/msvsphere.conf | 21 +++++++++++++++++++++
|
||
|
1 file changed, 21 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
|
||
|
--- /dev/null
|
||
|
+++ b/data/product.d/msvsphere.conf
|
||
|
@@ -0,0 +1,21 @@
|
||
|
+# Anaconda configuration file for MSVSphere.
|
||
|
+
|
||
|
+[Product]
|
||
|
+product_name = MSVSphere
|
||
|
+
|
||
|
+[Base Product]
|
||
|
+product_name = Red Hat Enterprise Linux
|
||
|
+
|
||
|
+[Anaconda]
|
||
|
+forbidden_modules =
|
||
|
+ org.fedoraproject.Anaconda.Modules.Subscription
|
||
|
+
|
||
|
+[Bootloader]
|
||
|
+efi_dir = msvsphere
|
||
|
+
|
||
|
+[Payload]
|
||
|
+enable_closest_mirror = True
|
||
|
+default_source = CLOSEST_MIRROR
|
||
|
+
|
||
|
+[License]
|
||
|
+eula = /usr/share/sphere-release/EULA
|
||
|
--
|
||
|
2.41.0
|
||
|
|