i9-inf1390
changed/i9-inf1390/anaconda-34.25.4.9-1.el9_4.inferit.4
parent
c8d1b82459
commit
da6f7434da
@ -0,0 +1,40 @@
|
||||
From 856c3142e2a1060446632d7b56cec2aa9cedb811 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||||
Date: Wed, 28 Aug 2024 14:59:11 +0300
|
||||
Subject: [PATCH] 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.43.5
|
||||
|
Loading…
Reference in new issue