Remaking original [PATCH] Added MSVSphere support from ac17c12f781cd539b653695408af3df59ab23201 after update to osinfo-db-20230518

pull/2/head changed/i9-beta/osinfo-db-20230518-1.el9.inferit
Alexey Lyubimov 1 year ago
parent 6498b5d630
commit 7817e4dcf3

@ -1,7 +1,8 @@
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
From 461c67a95d47363e147793367e027f10f520e0e2 Mon Sep 17 00:00:00 2001
From: Alexey Lyubimov <a.lyubimov@softline.com>
Date: Mon, 16 Oct 2023 17:24:03 +0300
Subject: [PATCH] Remaking original [PATCH] Added MSVSphere support from
ac17c12f781cd539b653695408af3df59ab23201 after update to osinfo-db-20230518
---
.../redhat.com/rhel-kickstart-desktop.xml | 7 ++
@ -13,12 +14,12 @@ Subject: [PATCH] Added MSVSphere support
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
index 82911f4..315b475 100644
--- a/install-script/redhat.com/rhel-kickstart-desktop.xml
+++ b/install-script/redhat.com/rhel-kickstart-desktop.xml
@@ -172,6 +172,13 @@
@@ -179,6 +179,13 @@
<xsl:call-template name="arch"/>
<xsl:text>/os/</xsl:text>
<xsl:text>/BaseOS/os/</xsl:text>
</xsl:when>
+ <xsl:when test="os/distro = 'msvsphere'">
+ <xsl:text>https://rsync.inferitos.ru/msvsphere/</xsl:text>
@ -31,12 +32,12 @@ index 4524bd5..9f34f1a 100644
<xsl:text>https://download.rockylinux.org/pub/rocky/</xsl:text>
<xsl:call-template name="version"/>
diff --git a/install-script/redhat.com/rhel-kickstart-jeos.xml b/install-script/redhat.com/rhel-kickstart-jeos.xml
index 36b373a..1f35bb1 100644
index 21d3e85..295a006 100644
--- a/install-script/redhat.com/rhel-kickstart-jeos.xml
+++ b/install-script/redhat.com/rhel-kickstart-jeos.xml
@@ -152,6 +152,13 @@
@@ -159,6 +159,13 @@
<xsl:call-template name="arch"/>
<xsl:text>/os/</xsl:text>
<xsl:text>/BaseOS/os/</xsl:text>
</xsl:when>
+ <xsl:when test="os/distro = 'msvsphere'">
+ <xsl:text>https://rsync.inferitos.ru/msvsphere/</xsl:text>
@ -226,5 +227,5 @@ index 0000000..05dc550
+ </os>
+</libosinfo>
--
2.41.0
2.39.3

Loading…
Cancel
Save