[Libosinfo] [PATCH v2 3/3] Add ubuntu 15.04 data

Christophe Fergeau cfergeau at redhat.com
Tue May 26 12:54:52 UTC 2015


---
 data/oses/ubuntu.xml.in                            | 68 ++++++++++++++++++++++
 .../ubuntu15.04/ubuntu-15.04-desktop-amd64.iso.txt | 29 +++++++++
 .../ubuntu15.04/ubuntu-15.04-desktop-i386.iso.txt  | 29 +++++++++
 .../ubuntu15.04/ubuntu-15.04-server-amd64.iso.txt  | 29 +++++++++
 .../ubuntu15.04/ubuntu-15.04-server-i386.iso.txt   | 29 +++++++++
 5 files changed, 184 insertions(+)
 create mode 100644 test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-desktop-amd64.iso.txt
 create mode 100644 test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-desktop-i386.iso.txt
 create mode 100644 test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-server-amd64.iso.txt
 create mode 100644 test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-server-i386.iso.txt

diff --git a/data/oses/ubuntu.xml.in b/data/oses/ubuntu.xml.in
index 100150a..15edc0d 100644
--- a/data/oses/ubuntu.xml.in
+++ b/data/oses/ubuntu.xml.in
@@ -1451,4 +1451,72 @@
       <script id='http://ubuntu.com/scripts/ubuntu/jeos'/>
     </installer>
   </os>
+
+  <os id="http://ubuntu.com/ubuntu/15.04">
+    <short-id>ubuntu15.04</short-id>
+    <short-id>ubuntutvivid</short-id>
+    <_name>Ubuntu Vivid Varvet</_name>
+    <version>15.04</version>
+    <_vendor>Canonical Ltd</_vendor>
+    <family>linux</family>
+    <distro>ubuntu</distro>
+    <codename>Vivid Varvet</codename>
+    <upgrades id="http://ubuntu.com/ubuntu/14.10"/>
+    <derives-from id="http://ubuntu.com/ubuntu/14.10"/>
+
+    <release-date>2015-04-23</release-date>
+    <!-- https://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Table_of_versions -->
+    <!--<eol-date>2016-01</eol-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/vivid/ubuntu-15.04-server-i386.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 15.04(.\d)? i386</volume-id>
+      </iso>
+      <kernel>casper/vmlinuz</kernel>
+      <initrd>casper/initrd.img</initrd>
+    </media>
+    <media arch="x86_64">
+      <url>http://releases.ubuntu.com/releases/vivid/ubuntu-15.04-server-amd64.iso</url>
+      <iso>
+        <volume-id>Ubuntu-Server 15.04(.\d)? amd64</volume-id>
+      </iso>
+      <kernel>casper/vmlinuz</kernel>
+      <initrd>casper/initrd.img</initrd>
+    </media>
+    <media arch="i686" live="true">
+      <url>http://releases.ubuntu.com/releases/vivid/ubuntu-15.04-desktop-i386.iso</url>
+      <iso>
+        <volume-id>Ubuntu 15.04(.\d)? i386</volume-id>
+      </iso>
+      <kernel>casper/vmlinuz</kernel>
+      <initrd>casper/initrd.img</initrd>
+    </media>
+    <media arch="x86_64" live="true">
+      <url>http://releases.ubuntu.com/releases/vivid/ubuntu-15.04-desktop-amd64.iso</url>
+      <iso>
+        <volume-id>Ubuntu 15.04(.\d)? amd64</volume-id>
+      </iso>
+      <kernel>casper/vmlinuz</kernel>
+      <initrd>casper/initrd.img</initrd>
+    </media>
+
+    <installer>
+      <script id='http://ubuntu.com/scripts/ubuntu/jeos'/>
+    </installer>
+  </os>
 </libosinfo>
diff --git a/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-desktop-amd64.iso.txt b/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-desktop-amd64.iso.txt
new file mode 100644
index 0000000..f34beb5
--- /dev/null
+++ b/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-desktop-amd64.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: 
+Volume id: Ubuntu 15.04 amd64
+Volume set id: 
+Publisher id: 
+Data preparer id: XORRISO-1.2.4 2012.07.20.130001, LIBISOBURN-1.2.4, LIBISOFS-1.2.4, LIBBURN-1.2.4
+Application id: 
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 561936
+El Torito VD version 1 found, boot catalog is in sector 170
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+    Hid 1
+    Arch 0 (x86)
+    ID ''
+    Key 55 AA
+    Eltorito defaultboot header:
+        Bootid 88 (bootable)
+        Boot media 0 (No Emulation Boot)
+        Load segment 0
+        Sys type 0
+        Nsect 4
+        Bootoff 87666 554598
diff --git a/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-desktop-i386.iso.txt b/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-desktop-i386.iso.txt
new file mode 100644
index 0000000..39d8234
--- /dev/null
+++ b/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-desktop-i386.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: 
+Volume id: Ubuntu 15.04 i386
+Volume set id: 
+Publisher id: 
+Data preparer id: XORRISO-1.1.8 2011.11.20.173001, LIBISOBURN-1.1.8, LIBISOFS-1.1.6, LIBBURN-1.1.8
+Application id: 
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 580496
+El Torito VD version 1 found, boot catalog is in sector 244
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+    Hid 1
+    Arch 0 (x86)
+    ID ''
+    Key 55 AA
+    Eltorito defaultboot header:
+        Bootid 88 (bootable)
+        Boot media 0 (No Emulation Boot)
+        Load segment 0
+        Sys type 0
+        Nsect 4
+        Bootoff 8CBAE 576430
diff --git a/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-server-amd64.iso.txt b/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-server-amd64.iso.txt
new file mode 100644
index 0000000..d132b31
--- /dev/null
+++ b/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-server-amd64.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: 
+Volume id: Ubuntu-Server 15.04 amd64
+Volume set id: 
+Publisher id: 
+Data preparer id: XORRISO-1.2.4 2012.07.20.130001, LIBISOBURN-1.2.4, LIBISOFS-1.2.4, LIBBURN-1.2.4
+Application id: 
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 315392
+El Torito VD version 1 found, boot catalog is in sector 1967
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+    Hid 1
+    Arch 0 (x86)
+    ID ''
+    Key 55 AA
+    Eltorito defaultboot header:
+        Bootid 88 (bootable)
+        Boot media 0 (No Emulation Boot)
+        Load segment 0
+        Sys type 0
+        Nsect 4
+        Bootoff 1E14B 123211
diff --git a/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-server-i386.iso.txt b/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-server-i386.iso.txt
new file mode 100644
index 0000000..af8ad04
--- /dev/null
+++ b/test/isodata/ubuntu/ubuntu15.04/ubuntu-15.04-server-i386.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: 
+Volume id: Ubuntu-Server 15.04 i386
+Volume set id: 
+Publisher id: 
+Data preparer id: XORRISO-1.1.8 2011.11.20.173001, LIBISOBURN-1.1.8, LIBISOFS-1.1.6, LIBBURN-1.1.8
+Application id: 
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 312320
+El Torito VD version 1 found, boot catalog is in sector 3836
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+    Hid 1
+    Arch 0 (x86)
+    ID ''
+    Key 55 AA
+    Eltorito defaultboot header:
+        Bootid 88 (bootable)
+        Boot media 0 (No Emulation Boot)
+        Load segment 0
+        Sys type 0
+        Nsect 4
+        Bootoff 1DD77 122231
-- 
2.4.1




More information about the Libosinfo mailing list