[Libosinfo] [PATCH] ubuntu: Add support for Ubuntu18.04

Věra Cholasta vbudikov at redhat.com
Fri Jul 20 08:04:11 UTC 2018


---
 data/os/ubuntu.com/ubuntu-18.04.xml.in | 72 ++++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)
 create mode 100644 data/os/ubuntu.com/ubuntu-18.04.xml.in

diff --git a/data/os/ubuntu.com/ubuntu-18.04.xml.in b/data/os/ubuntu.com/ubuntu-18.04.xml.in
new file mode 100644
index 0000000..ad13360
--- /dev/null
+++ b/data/os/ubuntu.com/ubuntu-18.04.xml.in
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/18.04">
+    <short-id>ubuntu18.04</short-id>
+    <short-id>ubuntubionic</short-id>
+    <_name>Ubuntu 18.04 LTS</_name>
+    <version>18.04</version>
+    <_vendor>Canonical Ltd</_vendor>
+    <family>linux</family>
+    <distro>ubuntu</distro>
+    <codename>Bionic Beaver</codename>
+    <upgrades id="http://ubuntu.com/ubuntu/17.10"/>
+    <derives-from id="http://ubuntu.com/ubuntu/17.10"/>
+
+    <release-date>2018-04-26</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="x86_64">
+      <url>http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-amd64.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 18.04(.\d)? LTS 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/bionic/ubuntu-18.04-desktop-amd64.iso</url>
+      <iso>
+        <volume-id>Ubuntu 18.04(.\d)? LTS amd64</volume-id>
+      </iso>
+      <kernel>casper/vmlinuz</kernel>
+      <initrd>casper/initrd.lz</initrd>
+    </media>
+    <media arch="aarch64">
+      <url>http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-arm64.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 18.04(.\d)? LTS arm64</volume-id>
+      </iso>
+    </media>
+    <media arch="ppc64le">
+      <url>http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-ppc64el.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 18.04(.\d)? LTS ppc64</volume-id>
+      </iso>
+    </media>
+    <media arch="s390x">
+      <url>http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-s390x.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 18.04(.\d)? LTS s390x</volume-id>
+      </iso>
+    </media>
+
+    <installer>
+      <script id='http://ubuntu.com/ubuntu/preseed/jeos'/>
+    </installer>
+  </os>
+</libosinfo>
-- 
2.14.3




More information about the Libosinfo mailing list