[Libosinfo] [PATCH v2 osinfo-db] Add Debian 9 (stretch)
Guido Günther
agx at sigxcpu.org
Thu Jun 22 09:20:29 UTC 2017
On Wed, Jun 21, 2017 at 02:16:18PM +0200, Fabiano Fidêncio wrote:
> On Wed, Jun 21, 2017 at 7:53 AM, Guido Günther <agx at sigxcpu.org> wrote:
> > Hi Fabiano,
> >
> > On Tue, Jun 20, 2017 at 01:36:23PM +0200, Fabiano Fidêncio wrote:
> >> Guido,
> >>
> >> Have you tested whether the express-installation is still working for
> >> this new ISOs?
> >
> > I tested with an RC a while back. I can do another check with the final
> > one tomorrow.
> >
> >> Just let me know, in case you didn't do this test, I'll take some time
> >> and do it by myself before ACKing this patch.
> >
> > I pushed this change together with the other Debian related change,
> > since I somehow remembered you ACKed both. Sorry abou that! Do you want
> > me to revert?
>
> Hmm. No, there's no need to revert but, please, let me know about the
> result of your tests Tomorrow.
Express install worked as expected.
> Also, please, for the next time, add a "Acked-by: ..." in the commit
> message before pushing, just for the record :-)
Will do.
Cheers,
-- Guido
>
> > Cheers,
> > -- Guido
> >
> >>
> >> On Mon, Jun 19, 2017 at 8:59 AM, Guido Günther <agx at sigxcpu.org> wrote:
> >> > ---
> >> > This makes sure we detect future version (9.1.0, 9.2.0, ...) as well.
> >> >
> >> > data/os/debian.org/debian-9.xml.in | 130 +++++++++++++++++++++++++++++++++++++
> >> > 1 file changed, 130 insertions(+)
> >> > create mode 100644 data/os/debian.org/debian-9.xml.in
> >> >
> >> > diff --git a/data/os/debian.org/debian-9.xml.in b/data/os/debian.org/debian-9.xml.in
> >> > new file mode 100644
> >> > index 0000000..5a3c9db
> >> > --- /dev/null
> >> > +++ b/data/os/debian.org/debian-9.xml.in
> >> > @@ -0,0 +1,130 @@
> >> > +<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://debian.org/debian/9">
> >> > + <short-id>debian9</short-id>
> >> > + <short-id>debianstretch</short-id>
> >> > + <_name>Debian Stretch</_name>
> >> > + <version>9</version>
> >> > + <_vendor>Debian Project</_vendor>
> >> > + <family>linux</family>
> >> > + <distro>debian</distro>
> >> > + <upgrades id="http://debian.org/debian/8"/>
> >> > + <derives-from id="http://debian.org/debian/8"/>
> >> > +
> >> > + <release-date>2017-06-17</release-date>
> >> > +
> >> > + <devices>
> >> > + <device id="http://pcisig.com/pci/1af4/1041"/>
> >> > + <device id="http://pcisig.com/pci/1af4/1042"/>
> >> > + <device id="http://pcisig.com/pci/1af4/1043"/>
> >> > + <device id="http://pcisig.com/pci/1af4/1044"/>
> >> > + <device id="http://pcisig.com/pci/1af4/1045"/>
> >> > + <device id="http://pcisig.com/pci/1af4/1048"/>
> >> > + <device id="http://pcisig.com/pci/1af4/1049"/>
> >> > + <device id="http://pcisig.com/pci/1af4/1052"/>
> >> > + </devices>
> >> > +
> >> > + <resources arch="all">
> >> > + <minimum>
> >> > + <cpu>1000000000</cpu>
> >> > + <n-cpus>1</n-cpus>
> >> > + <ram>1073741824</ram>
> >> > + <storage>10737418240</storage>
> >> > + </minimum>
> >> > + <recommended>
> >> > + <cpu>1000000000</cpu>
> >> > + <ram>1073741824</ram>
> >> > + <storage>21474836480</storage>
> >> > + </recommended>
> >> > + </resources>
> >> > +
> >> > + <variant id="universal">
> >> > + <_name>Debian 9.0</_name>
> >> > + </variant>
> >> > + <variant id="universal-netinst">
> >> > + <_name>Debian 9.0</_name>
> >> > + </variant>
> >> > +
> >> > + <!-- Network installer -->
> >> > + <media arch="i686">
> >> > + <variant id="universal-netinst"/>
> >> > + <url>http://cdimage.debian.org/cdimage/release/current/i386/iso-cd/debian-9.0.0-i386-netinst.iso</url>
> >> > + <iso>
> >> > + <volume-id>Debian 9.(\d)+.(\d)+ i386 n</volume-id>
> >> > + </iso>
> >> > + <kernel>install.386/vmlinuz</kernel>
> >> > + <initrd>install.386/initrd.gz</initrd>
> >> > + </media>
> >> > + <media arch="x86_64">
> >> > + <variant id="universal-netinst"/>
> >> > + <url>http://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/debian-9.0.0-amd64-netinst.iso</url>
> >> > + <iso>
> >> > + <volume-id>Debian 9.(\d)+.(\d)+ amd64 n</volume-id>
> >> > + </iso>
> >> > + <kernel>install.amd/vmlinuz</kernel>
> >> > + <initrd>install.amd/initrd.gz</initrd>
> >> > + </media>
> >> > + <media arch="arm64">
> >> > + <variant id="universal-netinst"/>
> >> > + <url>http://cdimage.debian.org/cdimage/release/current/arm64/iso-cd/debian-9.0.0-arm64-netinst.iso</url>
> >> > + <iso>
> >> > + <volume-id>Debian 9.(\d)+.(\d)+ arm64 n</volume-id>
> >> > + </iso>
> >> > + <kernel>install.arm64/vmlinuz</kernel>
> >> > + <initrd>install.arm64/initrd.gz</initrd>
> >> > + </media>
> >> > + <media arch="armhf">
> >> > + <variant id="universal-netinst"/>
> >> > + <url>http://cdimage.debian.org/cdimage/release/current/armhf/iso-cd/debian-9.0.0-armhf-netinst.iso</url>
> >> > + <iso>
> >> > + <volume-id>Debian 9.(\d)+.(\d)+ armhf n</volume-id>
> >> > + </iso>
> >> > + <kernel>install.armhf/vmlinuz</kernel>
> >> > + <initrd>install.armhf/initrd.gz</initrd>
> >> > + </media>
> >> > +
> >> > + <!-- DVD -->
> >> > + <media arch="i686">
> >> > + <variant id="universal"/>
> >> > + <url>http://cdimage.debian.org/cdimage/release/9.0.0/i386/iso-dvd/debian-9.0.0-i386-DVD-1.iso</url>
> >> > + <iso>
> >> > + <volume-id>Debian 9.(\d)+.(\d)+ i386 1</volume-id>
> >> > + </iso>
> >> > + <kernel>install.386/vmlinuz</kernel>
> >> > + <initrd>install.386/initrd.gz</initrd>
> >> > + </media>
> >> > + <media arch="x86_64">
> >> > + <variant id="universal"/>
> >> > + <url>http://cdimage.debian.org/cdimage/release/9.0.0/amd64/iso-dvd/debian-9.0.0-amd64-DVD-1.iso</url>
> >> > + <iso>
> >> > + <volume-id>Debian 9.(\d)+.(\d)+ amd64 1</volume-id>
> >> > + </iso>
> >> > + <kernel>install.amd/vmlinuz</kernel>
> >> > + <initrd>install.amd/initrd.gz</initrd>
> >> > + </media>
> >> > + <media arch="arm64">
> >> > + <variant id="universal"/>
> >> > + <url>http://cdimage.debian.org/cdimage/release/9.0.0/arm64/iso-dvd/debian-9.0.0-arm64-DVD-1.iso</url>
> >> > + <iso>
> >> > + <volume-id>Debian 9.(\d)+.(\d)+ arm64 1</volume-id>
> >> > + </iso>
> >> > + <kernel>install.arm64/vmlinuz</kernel>
> >> > + <initrd>install.arm64/initrd.gz</initrd>
> >> > + </media>
> >> > + <media arch="armhf">
> >> > + <variant id="universal"/>
> >> > + <url>http://cdimage.debian.org/cdimage/release/9.0.0/armhf/iso-dvd/debian-9.0.0-armhf-DVD-1.iso</url>
> >> > + <iso>
> >> > + <volume-id>Debian 9.(\d)+.(\d)+ armhf 1</volume-id>
> >> > + </iso>
> >> > + <kernel>install.armhf/vmlinuz</kernel>
> >> > + <initrd>install.armhf/initrd.gz</initrd>
> >> > + </media>
> >> > +
> >> > + <installer>
> >> > + <script id='http://debian.org/debian/preseed/jeos'/>
> >> > + <script id='http://debian.org/debian/preseed/desktop'/>
> >> > + </installer>
> >> > + </os>
> >> > +</libosinfo>
> >> > --
> >> > 2.11.0
> >> >
> >> > _______________________________________________
> >> > Libosinfo mailing list
> >> > Libosinfo at redhat.com
> >> > https://www.redhat.com/mailman/listinfo/libosinfo
> >>
> >>
> >>
> >> --
> >> Fabiano Fidêncio
> >>
>
>
>
> --
> Fabiano Fidêncio
>
More information about the Libosinfo
mailing list