[Libosinfo] [PATCH 2/6] rhel: Add RHEL 6.8 data
Fabiano Fidêncio
fidencio at redhat.com
Thu Jun 2 15:53:31 UTC 2016
On Thu, Jun 2, 2016 at 2:01 PM, Christophe Fergeau <cfergeau at redhat.com> wrote:
> ---
> data/os/redhat.com/rhel-6.8.xml.in | 50 ++++++++++++++++++++++
> po/POTFILES.in | 1 +
> .../rhel6.8/rhel-server-6.8-x86_64-dvd.iso.txt | 29 +++++++++++++
> 3 files changed, 80 insertions(+)
> create mode 100644 data/os/redhat.com/rhel-6.8.xml.in
> create mode 100644 test/isodata/rhel/rhel6.8/rhel-server-6.8-x86_64-dvd.iso.txt
>
> diff --git a/data/os/redhat.com/rhel-6.8.xml.in b/data/os/redhat.com/rhel-6.8.xml.in
> new file mode 100644
> index 0000000..fd207c6
> --- /dev/null
> +++ b/data/os/redhat.com/rhel-6.8.xml.in
> @@ -0,0 +1,50 @@
> +<libosinfo version="0.0.1">
> + <os id="http://redhat.com/rhel/6.8">
> + <short-id>rhel6.8</short-id>
> + <_name>Red Hat Enterprise Linux 6.8</_name>
> + <version>6.8</version>
> + <_vendor>Red Hat, Inc</_vendor>
> + <family>linux</family>
> + <distro>rhel</distro>
> + <codename>Santiago</codename>
> + <upgrades id="http://redhat.com/rhel/6.7"/>
> + <derives-from id="http://redhat.com/rhel/6.7"/>
> +
> + <release-date>2016-05-10</release-date>
> +
> + <media arch="i686">
> + <iso>
> + <system-id>LINUX</system-id>
> + <volume-id>RHEL-6.8 .*.i386.*</volume-id>
> + </iso>
> + <kernel>isolinux/vmlinuz</kernel>
> + <initrd>isolinux/initrd.img</initrd>
> + </media>
> + <media arch="x86_64">
> + <iso>
> + <system-id>LINUX</system-id>
> + <volume-id>.*RHEL-6.8 .*.x86_64.*</volume-id>
> + </iso>
> + <kernel>isolinux/vmlinuz</kernel>
> + <initrd>isolinux/initrd.img</initrd>
> + </media>
Same comment here about kernel and initrd path.
> +
> + <resources arch="all">
> + <minimum>
> + <n-cpus>1</n-cpus>
> + <ram>536870912</ram>
> + </minimum>
> +
> + <recommended>
> + <cpu>400000000</cpu>
> + <ram>1073741824</ram>
> + <storage>9663676416</storage>
> + </recommended>
> + </resources>
> +
> + <installer>
> + <script id='http://redhat.com/rhel/kickstart/jeos'/>
> + <script id='http://redhat.com/rhel/kickstart/desktop'/>
> + </installer>
> + </os>
> +</libosinfo>
> diff --git a/po/POTFILES.in b/po/POTFILES.in
> index 50b7e0b..c0e3746 100644
> --- a/po/POTFILES.in
> +++ b/po/POTFILES.in
> @@ -273,6 +273,7 @@ data/os/redhat.com/rhel-6.4.xml.in
> data/os/redhat.com/rhel-6.5.xml.in
> data/os/redhat.com/rhel-6.6.xml.in
> data/os/redhat.com/rhel-6.7.xml.in
> +data/os/redhat.com/rhel-6.8.xml.in
> data/os/redhat.com/rhel-7.0.xml.in
> data/os/redhat.com/rhel-7.1.xml.in
> data/os/redhat.com/rhel-7.2.xml.in
> diff --git a/test/isodata/rhel/rhel6.8/rhel-server-6.8-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.8/rhel-server-6.8-x86_64-dvd.iso.txt
> new file mode 100644
> index 0000000..5384cbe
> --- /dev/null
> +++ b/test/isodata/rhel/rhel6.8/rhel-server-6.8-x86_64-dvd.iso.txt
> @@ -0,0 +1,29 @@
> +CD-ROM is in ISO 9660 format
> +System id: LINUX
> +Volume id: RHEL-6.8 Server.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: 1893612
> +El Torito VD version 1 found, boot catalog is in sector 1001
> +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 1D6D7 120535
> --
> 2.7.4
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
Acked-by: Fabiano Fidêncio <fidencio at redhat.com>
More information about the Libosinfo
mailing list