[Libosinfo] [osinfo-db PATCH] ubuntu: add Ubuntu 17.10 info

Pino Toscano ptoscano at redhat.com
Fri Oct 20 15:58:17 UTC 2017


Sources:
- https://insights.ubuntu.com/2017/10/19/ubuntu-17-10-releases-with-gnome-kubernetes-1-8-minimal-base-images/

Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
 data/os/ubuntu.com/ubuntu-17.10.xml.in | 79 ++++++++++++++++++++++++++++++++++
 1 file changed, 79 insertions(+)
 create mode 100644 data/os/ubuntu.com/ubuntu-17.10.xml.in

diff --git a/data/os/ubuntu.com/ubuntu-17.10.xml.in b/data/os/ubuntu.com/ubuntu-17.10.xml.in
new file mode 100644
index 0000000..4b75eed
--- /dev/null
+++ b/data/os/ubuntu.com/ubuntu-17.10.xml.in
@@ -0,0 +1,79 @@
+<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://ubuntu.com/ubuntu/17.10">
+    <short-id>ubuntu17.10</short-id>
+    <short-id>ubuntuartful</short-id>
+    <_name>Ubuntu 17.10</_name>
+    <version>17.10</version>
+    <_vendor>Canonical Ltd</_vendor>
+    <family>linux</family>
+    <distro>ubuntu</distro>
+    <codename>Artful Aardvark</codename>
+    <upgrades id="http://ubuntu.com/ubuntu/17.04"/>
+    <derives-from id="http://ubuntu.com/ubuntu/17.04"/>
+
+    <release-date>2017-10-19</release-date>
+
+    <resources arch="all">
+      <minimum>
+        <cpu>1000000000</cpu>
+        <n-cpus>1</n-cpus>
+        <ram>1073741824</ram>
+        <storage>5368709120</storage>
+      </minimum>
+      <recommended>
+        <cpu>1000000000</cpu>
+        <ram>1073741824</ram>
+        <storage>16106127360</storage>
+      </recommended>
+    </resources>
+
+    <media arch="i686">
+      <url>http://releases.ubuntu.com/releases/artful/ubuntu-17.10-server-i386.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 17.10(.\d)? i386</volume-id>
+      </iso>
+      <kernel>install/vmlinuz</kernel>
+      <initrd>install/initrd.gz</initrd>
+    </media>
+    <media arch="x86_64">
+      <url>http://releases.ubuntu.com/releases/artful/ubuntu-17.10-server-amd64.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 17.10(.\d)? amd64</volume-id>
+      </iso>
+      <kernel>install/vmlinuz</kernel>
+      <initrd>install/initrd.gz</initrd>
+    </media>
+    <media arch="x86_64" live="true">
+      <url>http://releases.ubuntu.com/releases/artful/ubuntu-17.10-desktop-amd64.iso</url>
+      <iso>
+        <volume-id>Ubuntu 17.10(.\d)? amd64</volume-id>
+      </iso>
+      <kernel>casper/vmlinuz</kernel>
+      <initrd>casper/initrd.lz</initrd>
+    </media>
+    <media arch="aarch64">
+      <url>http://cdimage.ubuntu.com/releases/artful/release/ubuntu-17.10-server-arm64.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 17.10(.\d)? arm64</volume-id>
+      </iso>
+    </media>
+    <media arch="ppc64le">
+      <url>http://cdimage.ubuntu.com/releases/artful/release/ubuntu-17.10-server-ppc64el.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 17.10(.\d)? ppc64</volume-id>
+      </iso>
+    </media>
+    <media arch="s390x">
+      <url>http://cdimage.ubuntu.com/releases/artful/release/ubuntu-17.10-server-s390x.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 17.10(.\d)? s390x</volume-id>
+      </iso>
+    </media>
+
+    <installer>
+      <script id='http://ubuntu.com/ubuntu/preseed/jeos'/>
+    </installer>
+  </os>
+</libosinfo>
-- 
2.13.6




More information about the Libosinfo mailing list