[Libosinfo] [PATCH osinfo-db] sles: Add SLE15 Information

Charles Arnold carnold at suse.com
Tue Jul 17 21:34:32 UTC 2018


>From 1a35058843f8e8e12e0894d0d454cec95ce79e18 Mon Sep 17 00:00:00 2001
From: Charles Arnold <carnold at suse.com>
Date: Tue, 17 Jul 2018 15:03:01 -0600
Subject: [PATCH] sles: Add SLE15 Information

Beginning with SLE15 the OS comes with an installer ISO
that asks the user what product to install (eg, Server, 
Desktop, etc.) For this reason the OS description file describes
only the installer media which is simply 'sle15' instead of
'sles15' or 'sled15'.

---
 data/os/suse.com/sle-15.xml.in | 65 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
 create mode 100644 data/os/suse.com/sle-15.xml.in

diff --git a/data/os/suse.com/sle-15.xml.in b/data/os/suse.com/sle-15.xml.in
new file mode 100644
index 0000000..68fb0f3
--- /dev/null
+++ b/data/os/suse.com/sle-15.xml.in
@@ -0,0 +1,65 @@
+<libosinfo version="0.0.1">
+<!-- Licensed under the GNU General Public License version 2 or later.
+     See http://www.gnu.org/licenses/ for a copy of the license text -->
+  <os id="http://suse.com/sle/15">
+    <short-id>sle15</short-id>
+    <_name>SUSE Linux Enterprise 15</_name>
+    <version>15</version>
+    <_vendor>SUSE</_vendor>
+    <family>linux</family>
+    <distro>sle</distro>
+    <upgrades id="http://suse.com/sles/12.3"/>
+    <derives-from id="http://suse.com/sles/12.3"/>
+
+    <release-date>2018-07-16</release-date>
+
+    <media arch="x86_64">
+      <iso>
+        <system-id>LINUX</system-id>
+        <volume-id>SLE-15-Installer-DVD-x86_64</volume-id>
+      </iso>
+      <kernel>boot/x86_64/loader/linux</kernel>
+      <initrd>boot/x86_64/loader/initrd</initrd>
+    </media>
+
+    <media arch="aarch64">
+      <iso>
+        <system-id>LINUX</system-id>
+        <volume-id>SLE-15-Installer-DVD-aarch64</volume-id>
+      </iso>
+      <kernel>boot/aarch64/linux</kernel>
+      <initrd>boot/aarch64/initrd</initrd>
+    </media>
+
+    <media arch="ppc64">
+      <iso>
+        <system-id>LINUX</system-id>
+        <volume-id>SLE-15-Installer-DVD-ppc64le</volume-id>
+      </iso>
+      <kernel>boot/ppc64le/linux</kernel>
+      <initrd>boot/ppc64le/initrd</initrd>
+    </media>
+
+    <media arch="s390x">
+      <iso>
+        <system-id>LINUX</system-id>
+        <volume-id>SLE-15-Installer-DVD-s390x</volume-id>
+      </iso>
+      <kernel>boot/s390x/linux</kernel>
+      <initrd>boot/s390x/initrd</initrd>
+    </media>
+
+    <resources arch="all">
+      <minimum>
+        <cpu>500000000</cpu>
+        <ram>536870912</ram>
+        <storage>1074151424</storage>
+      </minimum>
+      <recommended>
+        <cpu>2400000000</cpu>
+        <ram>1073741824</ram>
+        <storage>17179869184</storage>
+      </recommended>
+    </resources>
+  </os>
+</libosinfo>
-- 
1.8.5.6







More information about the Libosinfo mailing list