|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
From 453ab632703284bca32e981d2977133cd9d6304a Mon Sep 17 00:00:00 2001
|
|
|
|
|
From ac17c12f781cd539b653695408af3df59ab23201 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: tigro <arkadiy.sheyn@softline.com>
|
|
|
|
|
Date: Fri, 25 Aug 2023 14:32:36 +0300
|
|
|
|
|
Subject: [PATCH] Added MSVSphere support
|
|
|
|
@ -6,11 +6,11 @@ Subject: [PATCH] Added MSVSphere support
|
|
|
|
|
---
|
|
|
|
|
.../redhat.com/rhel-kickstart-desktop.xml | 7 ++
|
|
|
|
|
.../redhat.com/rhel-kickstart-jeos.xml | 7 ++
|
|
|
|
|
os/msvsphere.ru/msvsphere-8.xml | 78 +++++++++++++++++
|
|
|
|
|
os/msvsphere.ru/msvsphere-9.xml | 87 +++++++++++++++++++
|
|
|
|
|
os/msvsphere-os.ru/msvsphere-8.xml | 78 +++++++++++++++++
|
|
|
|
|
os/msvsphere-os.ru/msvsphere-9.xml | 87 +++++++++++++++++++
|
|
|
|
|
4 files changed, 179 insertions(+)
|
|
|
|
|
create mode 100644 os/msvsphere.ru/msvsphere-8.xml
|
|
|
|
|
create mode 100644 os/msvsphere.ru/msvsphere-9.xml
|
|
|
|
|
create mode 100644 os/msvsphere-os.ru/msvsphere-8.xml
|
|
|
|
|
create mode 100644 os/msvsphere-os.ru/msvsphere-9.xml
|
|
|
|
|
|
|
|
|
|
diff --git a/install-script/redhat.com/rhel-kickstart-desktop.xml b/install-script/redhat.com/rhel-kickstart-desktop.xml
|
|
|
|
|
index 4524bd5..9f34f1a 100644
|
|
|
|
@ -48,15 +48,15 @@ index 36b373a..1f35bb1 100644
|
|
|
|
|
<xsl:when test="os/distro = 'rocky'">
|
|
|
|
|
<xsl:text>https://download.rockylinux.org/pub/rocky/</xsl:text>
|
|
|
|
|
<xsl:call-template name="version"/>
|
|
|
|
|
diff --git a/os/msvsphere.ru/msvsphere-8.xml b/os/msvsphere.ru/msvsphere-8.xml
|
|
|
|
|
diff --git a/os/msvsphere-os.ru/msvsphere-8.xml b/os/msvsphere-os.ru/msvsphere-8.xml
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000..f19d02b
|
|
|
|
|
index 0000000..e5cb57b
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/os/msvsphere.ru/msvsphere-8.xml
|
|
|
|
|
+++ b/os/msvsphere-os.ru/msvsphere-8.xml
|
|
|
|
|
@@ -0,0 +1,78 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<libosinfo version="0.0.1">
|
|
|
|
|
+ <os id="http://msvsphere.ru/msvsphere/8">
|
|
|
|
|
+ <os id="http://msvsphere-os.ru/msvsphere/8">
|
|
|
|
|
+ <short-id>msvsphere8</short-id>
|
|
|
|
|
+ <name>MSVSphere 8</name>
|
|
|
|
|
+ <name xml:lang="cs">MSVSphere 8</name>
|
|
|
|
@ -132,15 +132,15 @@ index 0000000..f19d02b
|
|
|
|
|
+ </installer>
|
|
|
|
|
+ </os>
|
|
|
|
|
+</libosinfo>
|
|
|
|
|
diff --git a/os/msvsphere.ru/msvsphere-9.xml b/os/msvsphere.ru/msvsphere-9.xml
|
|
|
|
|
diff --git a/os/msvsphere-os.ru/msvsphere-9.xml b/os/msvsphere-os.ru/msvsphere-9.xml
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000..e705316
|
|
|
|
|
index 0000000..05dc550
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/os/msvsphere.ru/msvsphere-9.xml
|
|
|
|
|
+++ b/os/msvsphere-os.ru/msvsphere-9.xml
|
|
|
|
|
@@ -0,0 +1,87 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<libosinfo version="0.0.1">
|
|
|
|
|
+ <os id="http://msvsphere.ru/msvsphere/9">
|
|
|
|
|
+ <os id="http://msvsphere-os.ru/msvsphere/9">
|
|
|
|
|
+ <short-id>msvsphere9</short-id>
|
|
|
|
|
+ <name>MSVSphere 9</name>
|
|
|
|
|
+ <name xml:lang="cs">MSVSphere 9</name>
|
|
|
|
|