Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx> --- data/oses/ubuntu.xml.in | 61 ++++++++++++++++++++++ .../ubuntu13.10/ubuntu-13.10-desktop-amd64.iso.txt | 29 ++++++++++ .../ubuntu13.10/ubuntu-13.10-desktop-i386.iso.txt | 29 ++++++++++ .../ubuntu13.10/ubuntu-13.10-server-amd64.iso.txt | 29 ++++++++++ .../ubuntu13.10/ubuntu-13.10-server-i386.iso.txt | 29 ++++++++++ 5 files changed, 177 insertions(+) create mode 100644 test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-desktop-amd64.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-desktop-i386.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-server-amd64.iso.txt create mode 100644 test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-server-i386.iso.txt diff --git a/data/oses/ubuntu.xml.in b/data/oses/ubuntu.xml.in index d615b3b..4e4cbf5 100644 --- a/data/oses/ubuntu.xml.in +++ b/data/oses/ubuntu.xml.in @@ -1239,4 +1239,65 @@ <initrd>casper/initrd.img</initrd> </media> </os> + + <os id="http://ubuntu.com/ubuntu/13.10"> + <short-id>ubuntu13.10</short-id> + <short-id>ubuntusaucy</short-id> + <_name>Ubuntu Saucy Salamander</_name> + <version>13.10</version> + <_vendor>Canonical Ltd</_vendor> + <family>linux</family> + <distro>ubuntu</distro> + <codename>Saucy Salamander</codename> + <upgrades id="http://ubuntu.com/ubuntu/13.04"/> + <derives-from id="http://ubuntu.com/ubuntu/13.04"/> + + <release-date>2013-10-17</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/saucy/ubuntu-13.10-server-i386.iso</url> + <iso> + <volume-id>Ubuntu-Server 13.10 i386</volume-id> + </iso> + <kernel>casper/vmlinuz</kernel> + <initrd>casper/initrd.img</initrd> + </media> + <media arch="x86_64"> + <url>http://releases.ubuntu.com/releases/saucy/ubuntu-13.10-server-amd64.iso</url> + <iso> + <volume-id>Ubuntu-Server 13.10 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/saucy/ubuntu-13.10-desktop-i386.iso</url> + <iso> + <volume-id>Ubuntu 13.10 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/saucy/ubuntu-13.10-desktop-amd64.iso</url> + <iso> + <volume-id>Ubuntu 13.10 amd64</volume-id> + </iso> + <kernel>casper/vmlinuz</kernel> + <initrd>casper/initrd.img</initrd> + </media> + </os> </libosinfo> diff --git a/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-desktop-amd64.iso.txt b/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-desktop-amd64.iso.txt new file mode 100644 index 0000000..85f3f6f --- /dev/null +++ b/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-desktop-amd64.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu 13.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: 452096 +El Torito VD version 1 found, boot catalog is in sector 160 +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 6CAC0 445120 diff --git a/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-desktop-i386.iso.txt b/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-desktop-i386.iso.txt new file mode 100644 index 0000000..89c0d6f --- /dev/null +++ b/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-desktop-i386.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu 13.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: 458240 +El Torito VD version 1 found, boot catalog is in sector 240 +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 6F1B0 455088 diff --git a/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-server-amd64.iso.txt b/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-server-amd64.iso.txt new file mode 100644 index 0000000..826b4cc --- /dev/null +++ b/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-server-amd64.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu-Server 13.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: 344064 +El Torito VD version 1 found, boot catalog is in sector 2009 +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 433AD 275373 diff --git a/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-server-i386.iso.txt b/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-server-i386.iso.txt new file mode 100644 index 0000000..8bd59af --- /dev/null +++ b/test/isodata/ubuntu/ubuntu13.10/ubuntu-13.10-server-i386.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: Ubuntu-Server 13.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 3934 +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 4254B 271691 -- 1.8.3.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo