On Tue, Sep 18, 2018 at 2:18 PM, Jeremy Bicha <[email protected]> wrote:
> >From a65e414c08f4c84c748235a6d47f5c17a6fc28c1 Mon Sep 17 00:00:00 2001 > From: Jeremy Bicha <[email protected]> > Date: Tue, 18 Sep 2018 08:15:37 -0400 > Subject: [PATCH] ubuntu: Add prerelease Ubuntu 18.10 > > --- > data/os/ubuntu.com/ubuntu-18.10.xml.in | 74 ++++++++++++++++++++++++++ > 1 file changed, 74 insertions(+) > create mode 100644 data/os/ubuntu.com/ubuntu-18.10.xml.in > > diff --git a/data/os/ubuntu.com/ubuntu-18.10.xml.in > b/data/os/ubuntu.com/ubuntu-18.10.xml.in > new file mode 100644 > index 0000000..824e448 > --- /dev/null > +++ b/data/os/ubuntu.com/ubuntu-18.10.xml.in > @@ -0,0 +1,74 @@ > +<?xml version="1.0" encoding="UTF-8"?> > +<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://ubuntu.com/ubuntu/18.10"> > + <short-id>ubuntu18.10</short-id> > + <short-id>ubuntucosmic</short-id> > + <_name>Ubuntu 18.10</_name> > + <version>18.10</version> > + <_vendor>Canonical Ltd</_vendor> > + <family>linux</family> > + <distro>ubuntu</distro> > + <codename>Cosmic Cuttlefish</codename> > + <upgrades id="http://ubuntu.com/ubuntu/18.04"/> > + <derives-from id="http://ubuntu.com/ubuntu/18.04"/> > + > + <release-status>prerelease</release-status> > + <release-date>2018-10-18</release-date> > + <eol-date>2019-01-31</eol-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="x86_64"> > + <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/c > osmic-server-amd64.iso</url> > + <iso> > + <volume-id>Ubuntu-Server 18.10(.\d)? amd64</volume-id> > + </iso> > + <kernel>install/vmlinuz</kernel> > + <initrd>install/initrd.gz</initrd> > + </media> > + <media arch="x86_64" live="true"> > + <url>http://cdimage.ubuntu.com/daily-live/current/cosmic-des > ktop-amd64.iso</url> > + <iso> > + <volume-id>Ubuntu 18.10(.\d)? amd64</volume-id> > + </iso> > + <kernel>casper/vmlinuz</kernel> > + <initrd>casper/initrd.lz</initrd> > + </media> > + <media arch="aarch64"> > + <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/c > osmic-server-arm64.iso</url> > + <iso> > + <volume-id>Ubuntu-Server 18.04(.\d)? arm64</volume-id> > There's also a typo here: s/18.04/18.10. Again, there's no need to re-submit the series I'll just fix it locally before pushing. > + </iso> > + </media> > + <media arch="ppc64le"> > + <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/c > osmic-server-ppc64el.iso</url> > + <iso> > + <volume-id>Ubuntu-Server 18.10(.\d)? ppc64el</volume-id> > And the volume-id here should be "Ubuntu-Server 18.10 ppc64". So, I'm dropping the "el" from ppc64el. > + </iso> > + </media> > + <media arch="s390x"> > + <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/c > osmic-server-s390x.iso</url> > + <iso> > + <volume-id>Ubuntu-Server 18.10(.\d)? s390x</volume-id> > + </iso> > + </media> > + > + <installer> > + <script id='http://ubuntu.com/ubuntu/preseed/jeos'/> > + </installer> > + </os> > +</libosinfo> > -- > 2.17.1 > > _______________________________________________ > Libosinfo mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/libosinfo > Reviewed-by: Fabiano Fidêncio <[email protected]>
_______________________________________________ Libosinfo mailing list [email protected] https://www.redhat.com/mailman/listinfo/libosinfo
