[Libosinfo] [libosinfo 1/3] fedora: Add Fedora 19 Alpha detection
Christophe Fergeau
cfergeau at redhat.com
Wed Apr 17 10:10:44 UTC 2013
This adds recognition of F19 Alpha ISO to libosinfo database.
As VMs are often used to test pre-releases of OSes, having libosinfo
detection for such ISOs early in the distro development process is
a nice thing to have.
---
data/oses/fedora.xml.in | 89 ++++++++++++++++++++++
.../Fedora-19-Alpha-x86_64-netinst.iso.txt | 29 +++++++
.../Fedora-Live-Desktop-i686-19-Alpha-1.iso.txt | 29 +++++++
.../Fedora-Live-Desktop-x86_64-19-Alpha-1.iso.txt | 29 +++++++
.../Fedora-Live-KDE-x86_64-19-Alpha-1.iso.txt | 29 +++++++
.../Fedora-Live-LXDE-x86_64-19-Alpha-1.iso.txt | 29 +++++++
.../Fedora-Live-SoaS-x86_64-19-Alpha-1.iso.txt | 29 +++++++
.../Fedora-Live-XFCE-x86_64-19-Alpha-1.iso.txt | 29 +++++++
8 files changed, 292 insertions(+)
create mode 100644 test/isodata/fedora/fedora19/Fedora-19-Alpha-x86_64-netinst.iso.txt
create mode 100644 test/isodata/fedora/fedora19/Fedora-Live-Desktop-i686-19-Alpha-1.iso.txt
create mode 100644 test/isodata/fedora/fedora19/Fedora-Live-Desktop-x86_64-19-Alpha-1.iso.txt
create mode 100644 test/isodata/fedora/fedora19/Fedora-Live-KDE-x86_64-19-Alpha-1.iso.txt
create mode 100644 test/isodata/fedora/fedora19/Fedora-Live-LXDE-x86_64-19-Alpha-1.iso.txt
create mode 100644 test/isodata/fedora/fedora19/Fedora-Live-SoaS-x86_64-19-Alpha-1.iso.txt
create mode 100644 test/isodata/fedora/fedora19/Fedora-Live-XFCE-x86_64-19-Alpha-1.iso.txt
diff --git a/data/oses/fedora.xml.in b/data/oses/fedora.xml.in
index cbd4eb9..9344d28 100644
--- a/data/oses/fedora.xml.in
+++ b/data/oses/fedora.xml.in
@@ -1375,4 +1375,93 @@
</installer>
</os>
+ <os id="http://fedoraproject.org/fedora/19">
+ <short-id>fedora19</short-id>
+ <_name>Fedora 19</_name>
+ <version>19</version>
+ <_vendor>Fedora Project</_vendor>
+ <family>linux</family>
+ <distro>fedora</distro>
+ <codename>Schrödinger's Cat</codename>
+ <upgrades id="http://fedoraproject.org/fedora/18"/>
+ <derives-from id="http://fedoraproject.org/fedora/18"/>
+
+ <media arch="i686">
+ <!-- not released yet
+ <url>http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/iso/Fedora-19-i386-DVD.iso</url> -->
+ <iso>
+ <volume-id>Fedora 19.* i386</volume-id>
+ <system-id>LINUX</system-id>
+ </iso>
+ <kernel>isolinux/vmlinuz</kernel>
+ <initrd>isolinux/initrd.img</initrd>
+ </media>
+ <media arch="x86_64">
+ <!-- not released yet
+ <url>http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/iso/Fedora-19-x86_64-DVD.iso</url> -->
+ <iso>
+ <volume-id>Fedora 19.* x86_64</volume-id>
+ <system-id>LINUX</system-id>
+ </iso>
+ <kernel>isolinux/vmlinuz</kernel>
+ <initrd>isolinux/initrd.img</initrd>
+ </media>
+
+ <media arch="i686" live="true">
+ <!-- not released yet
+ <url>http://download.fedoraproject.org/pub/fedora/linux/releases/19/Live/i686/Fedora-19-i686-Live-Desktop.iso</url> -->
+ <iso>
+ <volume-id>Fedora-Live-.*-i686-19</volume-id>
+ <system-id>LINUX</system-id>
+ </iso>
+ <kernel>isolinux/vmlinuz0</kernel>
+ <initrd>isolinux/initrd0.img</initrd>
+ </media>
+ <media arch="x86_64" live="true">
+ <!-- not released yet
+ <url>http://download.fedoraproject.org/pub/fedora/linux/releases/19/Live/x86_64/Fedora-19-x86_64-Live-Desktop.iso</url> -->
+ <iso>
+ <volume-id>Fedora-Live-.*-x86_64-19</volume-id>
+ <system-id>LINUX</system-id>
+ </iso>
+ <kernel>isolinux/vmlinuz0</kernel>
+ <initrd>isolinux/initrd0.img</initrd>
+ </media>
+
+<!-- not released yet
+ <tree arch="i686">
+ <url>http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/</url>
+ <treeinfo>
+ <family>Fedora</family>
+ <version>18</version>
+ <arch>i386</arch>
+ </treeinfo>
+ </tree>
+ <tree arch="x86_64">
+ <url>http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/</url>
+ <treeinfo>
+ <family>Fedora</family>
+ <version>18</version>
+ <arch>x86_64</arch>
+ </treeinfo>
+ </tree> -->
+
+ <resources arch="all">
+ <minimum>
+ <n-cpus>1</n-cpus>
+ <ram>805306368</ram>
+ </minimum>
+
+ <recommended>
+ <cpu>400000000</cpu>
+ <ram>1207959552</ram>
+ <storage>9663676416</storage>
+ </recommended>
+ </resources>
+
+ <installer>
+ <script id='http://fedoraproject.org/scripts/fedora/jeos'/>
+ <script id='http://fedoraproject.org/scripts/fedora/desktop'/>
+ </installer>
+ </os>
</libosinfo>
diff --git a/test/isodata/fedora/fedora19/Fedora-19-Alpha-x86_64-netinst.iso.txt b/test/isodata/fedora/fedora19/Fedora-19-Alpha-x86_64-netinst.iso.txt
new file mode 100644
index 0000000..f425cf5
--- /dev/null
+++ b/test/isodata/fedora/fedora19/Fedora-19-Alpha-x86_64-netinst.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: Fedora 19-Alpha x86_64
+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: 159569
+El Torito VD version 1 found, boot catalog is in sector 46
+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 3B86 15238
diff --git a/test/isodata/fedora/fedora19/Fedora-Live-Desktop-i686-19-Alpha-1.iso.txt b/test/isodata/fedora/fedora19/Fedora-Live-Desktop-i686-19-Alpha-1.iso.txt
new file mode 100644
index 0000000..8dd33f4
--- /dev/null
+++ b/test/isodata/fedora/fedora19/Fedora-Live-Desktop-i686-19-Alpha-1.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: Fedora-Live-Desktop-i686-19-Alph
+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: 492490
+El Torito VD version 1 found, boot catalog is in sector 36
+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 25 37
diff --git a/test/isodata/fedora/fedora19/Fedora-Live-Desktop-x86_64-19-Alpha-1.iso.txt b/test/isodata/fedora/fedora19/Fedora-Live-Desktop-x86_64-19-Alpha-1.iso.txt
new file mode 100644
index 0000000..6af34bb
--- /dev/null
+++ b/test/isodata/fedora/fedora19/Fedora-Live-Desktop-x86_64-19-Alpha-1.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: Fedora-Live-Desktop-x86_64-19-Al
+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: 510034
+El Torito VD version 1 found, boot catalog is in sector 42
+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 9CA 2506
diff --git a/test/isodata/fedora/fedora19/Fedora-Live-KDE-x86_64-19-Alpha-1.iso.txt b/test/isodata/fedora/fedora19/Fedora-Live-KDE-x86_64-19-Alpha-1.iso.txt
new file mode 100644
index 0000000..61e9c6b
--- /dev/null
+++ b/test/isodata/fedora/fedora19/Fedora-Live-KDE-x86_64-19-Alpha-1.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: Fedora-Live-KDE-x86_64-19-Alpha-
+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: 454492
+El Torito VD version 1 found, boot catalog is in sector 42
+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 9CA 2506
diff --git a/test/isodata/fedora/fedora19/Fedora-Live-LXDE-x86_64-19-Alpha-1.iso.txt b/test/isodata/fedora/fedora19/Fedora-Live-LXDE-x86_64-19-Alpha-1.iso.txt
new file mode 100644
index 0000000..0f94172
--- /dev/null
+++ b/test/isodata/fedora/fedora19/Fedora-Live-LXDE-x86_64-19-Alpha-1.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: Fedora-Live-LXDE-x86_64-19-Alpha
+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: 379826
+El Torito VD version 1 found, boot catalog is in sector 42
+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 9CA 2506
diff --git a/test/isodata/fedora/fedora19/Fedora-Live-SoaS-x86_64-19-Alpha-1.iso.txt b/test/isodata/fedora/fedora19/Fedora-Live-SoaS-x86_64-19-Alpha-1.iso.txt
new file mode 100644
index 0000000..4d5635d
--- /dev/null
+++ b/test/isodata/fedora/fedora19/Fedora-Live-SoaS-x86_64-19-Alpha-1.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: Fedora-Live-SoaS-x86_64-19-Alpha
+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: 333903
+El Torito VD version 1 found, boot catalog is in sector 42
+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 9CA 2506
diff --git a/test/isodata/fedora/fedora19/Fedora-Live-XFCE-x86_64-19-Alpha-1.iso.txt b/test/isodata/fedora/fedora19/Fedora-Live-XFCE-x86_64-19-Alpha-1.iso.txt
new file mode 100644
index 0000000..7425d02
--- /dev/null
+++ b/test/isodata/fedora/fedora19/Fedora-Live-XFCE-x86_64-19-Alpha-1.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: Fedora-Live-XFCE-x86_64-19-Alpha
+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: 386506
+El Torito VD version 1 found, boot catalog is in sector 42
+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 9CA 2506
--
1.8.1.4
More information about the Libosinfo
mailing list