On Wednesday, 15 March 2017 20:33:11 CET Fabiano Fidêncio wrote: > On Wed, Mar 15, 2017 at 6:28 PM, Pino Toscano <ptoscano@xxxxxxxxxx> wrote: > > --- > > data/os/ubuntu.com/ubuntu-16.10.xml.in | 93 ++++++++++++++++++++++++++++++++++ > > 1 file changed, 93 insertions(+) > > create mode 100644 data/os/ubuntu.com/ubuntu-16.10.xml.in > > > > diff --git a/data/os/ubuntu.com/ubuntu-16.10.xml.in b/data/os/ubuntu.com/ubuntu-16.10.xml.in > > new file mode 100644 > > index 0000000..bea4182 > > --- /dev/null > > +++ b/data/os/ubuntu.com/ubuntu-16.10.xml.in > > @@ -0,0 +1,93 @@ > > +<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/16.10"> > > + <short-id>ubuntu16.10</short-id> > > + <short-id>ubuntutyakkety</short-id> > > + <_name>Ubuntu 16.10</_name> > > + <version>16.10</version> > > + <_vendor>Canonical Ltd</_vendor> > > + <family>linux</family> > > + <distro>ubuntu</distro> > > + <codename>Yakkety Yak</codename> > > + <upgrades id="http://ubuntu.com/ubuntu/16.04"/> > > + <derives-from id="http://ubuntu.com/ubuntu/16.04"/> > > + > > + <release-date>2016-10-13</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/yakkety/ubuntu-16.10-server-i386.iso</url> > > + <iso> > > + <volume-id>Ubuntu-Server 16.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/yakkety/ubuntu-16.10-server-amd64.iso</url> > > + <iso> > > + <volume-id>Ubuntu-Server 16.10(.\d)? amd64</volume-id> > > + </iso> > > + <kernel>install/vmlinuz</kernel> > > + <initrd>install/initrd.gz</initrd> > > + </media> > > + <media arch="i686" live="true"> > > + <url>http://releases.ubuntu.com/releases/yakkety/ubuntu-16.10-desktop-i386.iso</url> > > + <iso> > > + <volume-id>Ubuntu 16.10(.\d)? i386</volume-id> > > + </iso> > > + <kernel>casper/vmlinuz</kernel> > > + <initrd>casper/initrd.lz</initrd> > > + </media> > > + <media arch="x86_64" live="true"> > > + <url>http://releases.ubuntu.com/releases/yakkety/ubuntu-16.10-desktop-amd64.iso</url> > > + <iso> > > + <volume-id>Ubuntu 16.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/yakkety/release/ubuntu-16.10-server-arm64.iso</url> > > + <iso> > > + <volume-id>Ubuntu-Server 16.10(.\d)? arm64</volume-id> > > + </iso> > > + </media> > > + <media arch="ppc"> > > + <url>http://cdimage.ubuntu.com/releases/yakkety/release/ubuntu-16.10-server-powerpc.iso</url> > > + <iso> > > + <volume-id>Ubuntu-Server 16.10(.\d)? ppc</volume-id> > > + </iso> > > + </media> > > + <media arch="ppc64le"> > > + <url>http://cdimage.ubuntu.com/releases/yakkety/release/ubuntu-16.10-server-ppc64el.iso</url> > > + <iso> > > + <volume-id>Ubuntu-Server 16.10(.\d)? ppc64</volume-id> > > + </iso> > > + </media> > > + <media arch="s390x"> > > + <url>http://cdimage.ubuntu.com/releases/yakkety/release/ubuntu-16.10-server-s390x.iso</url> > > + <iso> > > + <volume-id>Ubuntu-Server 16.10(.\d)? s390x</volume-id> > > + </iso> > > + </media> > > + > > + <installer> > > + <script id='http://ubuntu.com/ubuntu/preseed/jeos'/> > > + </installer> > > + </os> > > +</libosinfo> > > -- > > 2.9.3 > > > > _______________________________________________ > > Libosinfo mailing list > > Libosinfo@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/libosinfo > > Pino, > > Thanks for the patch (and sorry if I forgot to mention that in the > previously reviewed patch). > > Do you have access to the ISO from where you got this info? > > If yes, would you mind also providing a patch for libosinfo adding the > iso to our test database? > > `isoinfo -d -i /path/to/file` is what we're interested in. > > You can just create new folders under ubuntu dir, as you can see here: > https://gitlab.com/libosinfo/libosinfo/tree/master/test/isodata/ubuntu Sure thing -- patch for libisoinfo attached. Thanks, -- Pino Toscano
>From 5755193e71323d0d73afe73b2d963ed451200e74 Mon Sep 17 00:00:00 2001 From: Pino Toscano <ptoscano@xxxxxxxxxx> Date: Thu, 16 Mar 2017 10:24:55 +0100 Subject: [PATCH] ubuntu: add Ubuntu 16.10 test data --- .../ubuntu16.10/ubuntu-16.10-desktop-amd64.iso.txt | 29 ++++++++++++++++++++++ .../ubuntu16.10/ubuntu-16.10-desktop-i386.iso.txt | 29 ++++++++++++++++++++++ .../ubuntu16.10/ubuntu-16.10-server-amd64.iso.txt | 29 ++++++++++++++++++++++ .../ubuntu16.10/ubuntu-16.10-server-arm64.iso.txt | 29 ++++++++++++++++++++++ .../ubuntu16.10/ubuntu-16.10-server-i386.iso.txt | 29 ++++++++++++++++++++++ .../ubuntu-16.10-server-powerpc.iso.txt | 17 +++++++++++++ .../ubuntu-16.10-server-ppc64el.iso.txt | 17 +++++++++++++ .../ubuntu16.10/ubuntu-16.10-server-s390x.iso.txt | 29 ++++++++++++++++++++++ 8 files changed, 208 insertions(+) create mode 100644 test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-desktop-amd64.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-desktop-i386.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-amd64.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-arm64.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-i386.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-powerpc.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-ppc64el.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-s390x.iso.txt diff --git a/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-desktop-amd64.iso.txt b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-desktop-amd64.iso.txt new file mode 100644 index 0000000..e1c83cd --- /dev/null +++ b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-desktop-amd64.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu 16.10 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: 778240 +El Torito VD version 1 found, boot catalog is in sector 177 +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 BB9AE 768430 diff --git a/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-desktop-i386.iso.txt b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-desktop-i386.iso.txt new file mode 100644 index 0000000..4aed723 --- /dev/null +++ b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-desktop-i386.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu 16.10 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: 786432 +El Torito VD version 1 found, boot catalog is in sector 272 +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 BECAA 781482 diff --git a/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-amd64.iso.txt b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-amd64.iso.txt new file mode 100644 index 0000000..f7f7255 --- /dev/null +++ b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-amd64.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu-Server 16.10 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: 342016 +El Torito VD version 1 found, boot catalog is in sector 2070 +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 B004 45060 diff --git a/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-arm64.iso.txt b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-arm64.iso.txt new file mode 100644 index 0000000..bb56abe --- /dev/null +++ b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-arm64.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu-Server 16.10 arm64 +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: 308104 +El Torito VD version 1 found, boot catalog is in sector 2027 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found +Eltorito validation header: + Hid 1 + Arch 239 (Unknown Arch) + ID '' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 340 + Bootoff FD4F 64847 diff --git a/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-i386.iso.txt b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-i386.iso.txt new file mode 100644 index 0000000..4ff4093 --- /dev/null +++ b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-i386.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu-Server 16.10 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: 336896 +El Torito VD version 1 found, boot catalog is in sector 4054 +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 B697 46743 diff --git a/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-powerpc.iso.txt b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-powerpc.iso.txt new file mode 100644 index 0000000..cb0b576 --- /dev/null +++ b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-powerpc.iso.txt @@ -0,0 +1,17 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Ubuntu-Server 16.10 ppc +Volume set id: +Publisher id: +Data preparer id: +Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM +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: 354498 +CD-ROM uses ISO 9660:1999 relaxed format +NO Joliet present +Rock Ridge signatures version 1 found diff --git a/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-ppc64el.iso.txt b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-ppc64el.iso.txt new file mode 100644 index 0000000..d016a49 --- /dev/null +++ b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-ppc64el.iso.txt @@ -0,0 +1,17 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Ubuntu-Server 16.10 ppc64 +Volume set id: +Publisher id: +Data preparer id: +Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM +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: 322935 +CD-ROM uses ISO 9660:1999 relaxed format +NO Joliet present +Rock Ridge signatures version 1 found diff --git a/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-s390x.iso.txt b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-s390x.iso.txt new file mode 100644 index 0000000..d482bfa --- /dev/null +++ b/test/isodata/ubuntu/ubuntu16.10/ubuntu-16.10-server-s390x.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Ubuntu-Server 16.10 s390x +Volume set id: +Publisher id: +Data preparer id: +Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM +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: 283116 +El Torito VD version 1 found, boot catalog is in sector 1971 +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 FFFFDA80 + Bootoff 7B4 1972 -- 2.9.3
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo