On Wednesday, 15 March 2017 20:30:49 CET Fabiano Fidêncio wrote: > On Wed, Mar 15, 2017 at 6:28 PM, Pino Toscano <ptoscano@xxxxxxxxxx> wrote: > > --- > > data/os/mageia.org/mageia-4.xml.in | 31 +++++++++++++++++++++++++++++++ > > data/os/mageia.org/mageia-5.xml.in | 35 +++++++++++++++++++++++++++++++++++ > > 2 files changed, 66 insertions(+) > > create mode 100644 data/os/mageia.org/mageia-4.xml.in > > create mode 100644 data/os/mageia.org/mageia-5.xml.in > > > > diff --git a/data/os/mageia.org/mageia-4.xml.in b/data/os/mageia.org/mageia-4.xml.in > > new file mode 100644 > > index 0000000..e4db996 > > --- /dev/null > > +++ b/data/os/mageia.org/mageia-4.xml.in > > @@ -0,0 +1,31 @@ > > +<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://mageia.org/mageia/4"> > > + <short-id>mageia4</short-id> > > + <_name>Mageia 4</_name> > > + <_vendor>Mageia</_vendor> > > + <family>linux</family> > > + <distro>mageia</distro> > > + <version>4</version> > > + <derives-from id="http://mageia.org/mageia/3"/> > > + <release-date>2014-02-01</release-date> > > + <eol-date>2015-09-19</eol-date> > > + > > + <media arch="i686"> > > + <iso> > > + <volume-id>Mageia-4(.1)?(-i586)?</volume-id> > > + </iso> > > + </media> > > + <media arch="x86_64"> > > + <iso> > > + <volume-id>Mageia-4(.1)?(-x86_64)?</volume-id> > > + </iso> > > + </media> > > + <media live="true" arch="i686"> > > + <iso> > > + <volume-id>Mageia-4(.1)?-(GNOME|KDE4)-Live(CD|DVD)</volume-id> > > + </iso> > > + </media> > > + </os> > > +</libosinfo> > > diff --git a/data/os/mageia.org/mageia-5.xml.in b/data/os/mageia.org/mageia-5.xml.in > > new file mode 100644 > > index 0000000..f6e8c46 > > --- /dev/null > > +++ b/data/os/mageia.org/mageia-5.xml.in > > @@ -0,0 +1,35 @@ > > +<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://mageia.org/mageia/5"> > > + <short-id>mageia5</short-id> > > + <_name>Mageia 5</_name> > > + <_vendor>Mageia</_vendor> > > + <family>linux</family> > > + <distro>mageia</distro> > > + <version>5</version> > > + <derives-from id="http://mageia.org/mageia/4"/> > > + <release-date>2015-06-19</release-date> > > + > > + <media arch="i686"> > > + <iso> > > + <volume-id>Mageia-5(.1)?(-i586)?</volume-id> > > + </iso> > > + </media> > > + <media arch="x86_64"> > > + <iso> > > + <volume-id>Mageia-5(.1)?(-x86_64)?</volume-id> > > + </iso> > > + </media> > > + <media live="true" arch="i686"> > > + <iso> > > + <volume-id>Mageia-5(.1)?-(GNOME|KDE4)-Live(CD|DVD)</volume-id> > > + </iso> > > + </media> > > + <media live="true" arch="x86_64"> > > + <iso> > > + <volume-id>Mageia-5(.1)?-(GNOME|KDE4)-Live(CD|DVD)</volume-id> > > + </iso> > > + </media> > > + </os> > > +</libosinfo> > > -- > > 2.9.3 > > > > _______________________________________________ > > Libosinfo mailing list > > Libosinfo@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/libosinfo > > Pino, > > Do you have the ISOs from where you get the data? > If yes, could you also submit a patch to libosinfo adding the data to > our test data base? > > `isoinfo -d -i /path/to/file` is what we're interested in. > > You can just create new folders under mageia dir, as you can see here: > https://gitlab.com/libosinfo/libosinfo/tree/master/test/isodata/mageia Sure thing -- patch for libisoinfo attached. Thanks, -- Pino Toscano
>From 8edefcde3198439fd3016c5c1f3e559b0ebcab64 Mon Sep 17 00:00:00 2001 From: Pino Toscano <ptoscano@xxxxxxxxxx> Date: Thu, 16 Mar 2017 10:43:43 +0100 Subject: [PATCH] mageia: add Mageia 4 and 5 test data --- .../Mageia-4-LiveCD-GNOME-en-i586-CD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4-LiveCD-KDE4-en-i586-CD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4-LiveDVD-GNOME-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4-LiveDVD-GNOME-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia4/Mageia-4-LiveDVD-KDE4-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4-LiveDVD-KDE4-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia4/Mageia-4-dual-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia4/Mageia-4-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia4/Mageia-4-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4.1-LiveCD-GNOME-en-i586-CD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4.1-LiveCD-KDE4-en-i586-CD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4.1-LiveDVD-GNOME-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4.1-LiveDVD-GNOME-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4.1-LiveDVD-KDE4-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-4.1-LiveDVD-KDE4-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia4/Mageia-4.1-dual-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia4/Mageia-4.1-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia4/Mageia-4.1-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-5-LiveCD-GNOME-en-i586-CD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-5-LiveCD-KDE4-en-i586-CD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-5-LiveDVD-GNOME-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-5-LiveDVD-GNOME-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia5/Mageia-5-LiveDVD-KDE4-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../Mageia-5-LiveDVD-KDE4-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia5/Mageia-5-dual-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia5/Mageia-5-i586-DVD.iso.txt | 29 ++++++++++++++++++++++ .../mageia/mageia5/Mageia-5-x86_64-DVD.iso.txt | 29 ++++++++++++++++++++++ 27 files changed, 783 insertions(+) create mode 100644 test/isodata/mageia/mageia4/Mageia-4-LiveCD-GNOME-en-i586-CD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4-LiveCD-KDE4-en-i586-CD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4-LiveDVD-GNOME-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4-LiveDVD-GNOME-x86_64-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4-LiveDVD-KDE4-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4-LiveDVD-KDE4-x86_64-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4-dual-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4-x86_64-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-LiveCD-GNOME-en-i586-CD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-LiveCD-KDE4-en-i586-CD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-GNOME-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-GNOME-x86_64-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-KDE4-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-KDE4-x86_64-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-dual-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia4/Mageia-4.1-x86_64-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-LiveCD-GNOME-en-i586-CD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-LiveCD-KDE4-en-i586-CD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-LiveDVD-GNOME-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-LiveDVD-GNOME-x86_64-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-LiveDVD-KDE4-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-LiveDVD-KDE4-x86_64-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-dual-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-i586-DVD.iso.txt create mode 100644 test/isodata/mageia/mageia5/Mageia-5-x86_64-DVD.iso.txt diff --git a/test/isodata/mageia/mageia4/Mageia-4-LiveCD-GNOME-en-i586-CD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-LiveCD-GNOME-en-i586-CD.iso.txt new file mode 100644 index 0000000..063319f --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-LiveCD-GNOME-en-i586-CD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4-GNOME-LiveCD +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: 335695 +El Torito VD version 1 found, boot catalog is in sector 49 +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 1C5 453 diff --git a/test/isodata/mageia/mageia4/Mageia-4-LiveCD-KDE4-en-i586-CD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-LiveCD-KDE4-en-i586-CD.iso.txt new file mode 100644 index 0000000..9123332 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-LiveCD-KDE4-en-i586-CD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4-KDE4-LiveCD +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: 332276 +El Torito VD version 1 found, boot catalog is in sector 49 +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 1C5 453 diff --git a/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-GNOME-i586-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-GNOME-i586-DVD.iso.txt new file mode 100644 index 0000000..93f0b97 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-GNOME-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4-GNOME-LiveDVD +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: 713728 +El Torito VD version 1 found, boot catalog is in sector 49 +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 1C5 453 diff --git a/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-GNOME-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-GNOME-x86_64-DVD.iso.txt new file mode 100644 index 0000000..f383320 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-GNOME-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4-GNOME-LiveDVD +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: 741346 +El Torito VD version 1 found, boot catalog is in sector 57 +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 1CD 461 diff --git a/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-KDE4-i586-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-KDE4-i586-DVD.iso.txt new file mode 100644 index 0000000..3dc6c14 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-KDE4-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4-KDE4-LiveDVD +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: 752819 +El Torito VD version 1 found, boot catalog is in sector 49 +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 1C5 453 diff --git a/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-KDE4-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-KDE4-x86_64-DVD.iso.txt new file mode 100644 index 0000000..a40799b --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-LiveDVD-KDE4-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4-KDE4-LiveDVD +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: 780836 +El Torito VD version 1 found, boot catalog is in sector 57 +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 1CD 461 diff --git a/test/isodata/mageia/mageia4/Mageia-4-dual-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-dual-DVD.iso.txt new file mode 100644 index 0000000..6f0dab5 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-dual-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: Mageia.Org +Volume id: Mageia-4 +Volume set id: Mageia.Org Mageia - 4 +Publisher id: Mageia.Org +Data preparer id: Mageia.Org BCD +Application id: Mageia - 4 +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: 526334 +El Torito VD version 1 found, boot catalog is in sector 356 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Mageia.Org' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 4 + Bootoff 165 357 diff --git a/test/isodata/mageia/mageia4/Mageia-4-i586-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-i586-DVD.iso.txt new file mode 100644 index 0000000..d25f00b --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: Mageia +Volume id: Mageia-4-i586 +Volume set id: Mageia 4 - i586 DVD +Publisher id: Mageia +Data preparer id: Mageia BCD +Application id: Mageia 4 +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: 1894830 +El Torito VD version 1 found, boot catalog is in sector 688 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Mageia' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 4 + Bootoff 2B1 689 diff --git a/test/isodata/mageia/mageia4/Mageia-4-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4-x86_64-DVD.iso.txt new file mode 100644 index 0000000..b11c1a4 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: Mageia +Volume id: Mageia-4-x86_64 +Volume set id: Mageia 4 - x86_64 DVD +Publisher id: Mageia +Data preparer id: Mageia BCD +Application id: Mageia 4 +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: 1899080 +El Torito VD version 1 found, boot catalog is in sector 704 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Mageia' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 4 + Bootoff 38C1 14529 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-LiveCD-GNOME-en-i586-CD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-LiveCD-GNOME-en-i586-CD.iso.txt new file mode 100644 index 0000000..2ec03c5 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-LiveCD-GNOME-en-i586-CD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4.1-GNOME-LiveCD +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: 334419 +El Torito VD version 1 found, boot catalog is in sector 49 +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 1C1 449 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-LiveCD-KDE4-en-i586-CD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-LiveCD-KDE4-en-i586-CD.iso.txt new file mode 100644 index 0000000..51c8ff7 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-LiveCD-KDE4-en-i586-CD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4.1-KDE4-LiveCD +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: 336513 +El Torito VD version 1 found, boot catalog is in sector 49 +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 1C1 449 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-GNOME-i586-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-GNOME-i586-DVD.iso.txt new file mode 100644 index 0000000..b475958 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-GNOME-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4.1-GNOME-LiveDVD +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: 718387 +El Torito VD version 1 found, boot catalog is in sector 49 +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 1C1 449 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-GNOME-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-GNOME-x86_64-DVD.iso.txt new file mode 100644 index 0000000..7e81aac --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-GNOME-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4.1-GNOME-LiveDVD +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: 746261 +El Torito VD version 1 found, boot catalog is in sector 57 +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 1C9 457 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-KDE4-i586-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-KDE4-i586-DVD.iso.txt new file mode 100644 index 0000000..ef2226e --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-KDE4-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4.1-KDE4-LiveDVD +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: 754457 +El Torito VD version 1 found, boot catalog is in sector 49 +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 1C1 449 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-KDE4-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-KDE4-x86_64-DVD.iso.txt new file mode 100644 index 0000000..732c4c3 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-LiveDVD-KDE4-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: Mageia-4.1-KDE4-LiveDVD +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: 784997 +El Torito VD version 1 found, boot catalog is in sector 57 +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 1C9 457 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-dual-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-dual-DVD.iso.txt new file mode 100644 index 0000000..aedd9bf --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-dual-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: Mageia.Org +Volume id: Mageia-4.1 +Volume set id: Mageia.Org Mageia - 4.1 +Publisher id: Mageia.Org +Data preparer id: Mageia.Org BCD +Application id: Mageia - 4.1 +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: 526099 +El Torito VD version 1 found, boot catalog is in sector 358 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Mageia.Org' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 4 + Bootoff 167 359 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-i586-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-i586-DVD.iso.txt new file mode 100644 index 0000000..d0e396d --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: Mageia +Volume id: Mageia-4.1-i586 +Volume set id: Mageia 4.1 - i586 DVD +Publisher id: Mageia +Data preparer id: Mageia BCD +Application id: Mageia 4.1 +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: 1835748 +El Torito VD version 1 found, boot catalog is in sector 687 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Mageia' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 4 + Bootoff 2B0 688 diff --git a/test/isodata/mageia/mageia4/Mageia-4.1-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia4/Mageia-4.1-x86_64-DVD.iso.txt new file mode 100644 index 0000000..50d5ee3 --- /dev/null +++ b/test/isodata/mageia/mageia4/Mageia-4.1-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: Mageia +Volume id: Mageia-4.1-x86_64 +Volume set id: Mageia 4.1 - x86_64 DVD +Publisher id: Mageia +Data preparer id: Mageia BCD +Application id: Mageia 4.1 +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: 1849992 +El Torito VD version 1 found, boot catalog is in sector 704 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Mageia' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 4 + Bootoff 38C1 14529 diff --git a/test/isodata/mageia/mageia5/Mageia-5-LiveCD-GNOME-en-i586-CD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-LiveCD-GNOME-en-i586-CD.iso.txt new file mode 100644 index 0000000..eb9f8c7 --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-LiveCD-GNOME-en-i586-CD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Mageia-5-GNOME-LiveCD +Volume set id: +Publisher id: +Data preparer id: XORRISO-1.3.8 2014.06.28.071001, LIBISOBURN-1.3.8, LIBISOFS-1.3.8, LIBBURN-1.3.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: 351082 +El Torito VD version 1 found, boot catalog is in sector 45 +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 2E 46 diff --git a/test/isodata/mageia/mageia5/Mageia-5-LiveCD-KDE4-en-i586-CD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-LiveCD-KDE4-en-i586-CD.iso.txt new file mode 100644 index 0000000..33d3ac6 --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-LiveCD-KDE4-en-i586-CD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Mageia-5-KDE4-LiveCD +Volume set id: +Publisher id: +Data preparer id: XORRISO-1.3.8 2014.06.28.071001, LIBISOBURN-1.3.8, LIBISOFS-1.3.8, LIBBURN-1.3.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: 357948 +El Torito VD version 1 found, boot catalog is in sector 45 +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 2E 46 diff --git a/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-GNOME-i586-DVD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-GNOME-i586-DVD.iso.txt new file mode 100644 index 0000000..bc0e25b --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-GNOME-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Mageia-5-GNOME-LiveDVD +Volume set id: +Publisher id: +Data preparer id: XORRISO-1.3.8 2014.06.28.071001, LIBISOBURN-1.3.8, LIBISOFS-1.3.8, LIBBURN-1.3.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: 769070 +El Torito VD version 1 found, boot catalog is in sector 45 +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 2E 46 diff --git a/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-GNOME-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-GNOME-x86_64-DVD.iso.txt new file mode 100644 index 0000000..67c5e54 --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-GNOME-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Mageia-5-GNOME-LiveDVD +Volume set id: +Publisher id: +Data preparer id: XORRISO-1.3.8 2014.06.28.071001, LIBISOBURN-1.3.8, LIBISOFS-1.3.8, LIBBURN-1.3.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: 794159 +El Torito VD version 1 found, boot catalog is in sector 55 +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 38 56 diff --git a/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-KDE4-i586-DVD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-KDE4-i586-DVD.iso.txt new file mode 100644 index 0000000..0746b55 --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-KDE4-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Mageia-5-KDE4-LiveDVD +Volume set id: +Publisher id: +Data preparer id: XORRISO-1.3.8 2014.06.28.071001, LIBISOBURN-1.3.8, LIBISOFS-1.3.8, LIBBURN-1.3.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: 871530 +El Torito VD version 1 found, boot catalog is in sector 45 +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 2E 46 diff --git a/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-KDE4-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-KDE4-x86_64-DVD.iso.txt new file mode 100644 index 0000000..593762f --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-LiveDVD-KDE4-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Mageia-5-KDE4-LiveDVD +Volume set id: +Publisher id: +Data preparer id: XORRISO-1.3.8 2014.06.28.071001, LIBISOBURN-1.3.8, LIBISOFS-1.3.8, LIBBURN-1.3.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: 894774 +El Torito VD version 1 found, boot catalog is in sector 55 +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 38 56 diff --git a/test/isodata/mageia/mageia5/Mageia-5-dual-DVD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-dual-DVD.iso.txt new file mode 100644 index 0000000..5edcd19 --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-dual-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: MAGEIA.ORG +Volume id: Mageia-5 +Volume set id: Mageia.Org Mageia - 5 +Publisher id: MAGEIA.ORG +Data preparer id: MAGEIA.ORG BCD +Application id: MAGEIA - 5 +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: 628777 +El Torito VD version 1 found, boot catalog is in sector 373 +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 176 374 diff --git a/test/isodata/mageia/mageia5/Mageia-5-i586-DVD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-i586-DVD.iso.txt new file mode 100644 index 0000000..bfeaf70 --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-i586-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: MAGEIA +Volume id: Mageia-5-i586 +Volume set id: Mageia 5 - i586 DVD +Publisher id: MAGEIA +Data preparer id: MAGEIA BCD +Application id: MAGEIA 5 +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: 1761672 +El Torito VD version 1 found, boot catalog is in sector 643 +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 284 644 diff --git a/test/isodata/mageia/mageia5/Mageia-5-x86_64-DVD.iso.txt b/test/isodata/mageia/mageia5/Mageia-5-x86_64-DVD.iso.txt new file mode 100644 index 0000000..85a6c5c --- /dev/null +++ b/test/isodata/mageia/mageia5/Mageia-5-x86_64-DVD.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: MAGEIA +Volume id: Mageia-5-x86_64 +Volume set id: Mageia 5 - x86_64 DVD +Publisher id: MAGEIA +Data preparer id: MAGEIA BCD +Application id: MAGEIA 5 +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: 1913102 +El Torito VD version 1 found, boot catalog is in sector 659 +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 294 660 -- 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