On Tue, Jul 17, 2018 at 11:34 PM, Charles Arnold <carnold@xxxxxxxx> wrote: > >From 1a35058843f8e8e12e0894d0d454cec95ce79e18 Mon Sep 17 00:00:00 2001 > From: Charles Arnold <carnold@xxxxxxxx> > Date: Tue, 17 Jul 2018 15:03:01 -0600 > Subject: [PATCH] sles: Add SLE15 Information > > Beginning with SLE15 the OS comes with an installer ISO > that asks the user what product to install (eg, Server, > Desktop, etc.) For this reason the OS description file describes > only the installer media which is simply 'sle15' instead of > 'sles15' or 'sled15'. Patch looks good, ack! > > --- > data/os/suse.com/sle-15.xml.in | 65 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 65 insertions(+) > create mode 100644 data/os/suse.com/sle-15.xml.in > > diff --git a/data/os/suse.com/sle-15.xml.in b/data/os/suse.com/sle-15.xml.in > new file mode 100644 > index 0000000..68fb0f3 > --- /dev/null > +++ b/data/os/suse.com/sle-15.xml.in > @@ -0,0 +1,65 @@ > +<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://suse.com/sle/15"> > + <short-id>sle15</short-id> > + <_name>SUSE Linux Enterprise 15</_name> > + <version>15</version> > + <_vendor>SUSE</_vendor> > + <family>linux</family> > + <distro>sle</distro> > + <upgrades id="http://suse.com/sles/12.3"/> > + <derives-from id="http://suse.com/sles/12.3"/> > + > + <release-date>2018-07-16</release-date> > + > + <media arch="x86_64"> > + <iso> > + <system-id>LINUX</system-id> > + <volume-id>SLE-15-Installer-DVD-x86_64</volume-id> > + </iso> > + <kernel>boot/x86_64/loader/linux</kernel> > + <initrd>boot/x86_64/loader/initrd</initrd> > + </media> > + > + <media arch="aarch64"> > + <iso> > + <system-id>LINUX</system-id> > + <volume-id>SLE-15-Installer-DVD-aarch64</volume-id> > + </iso> > + <kernel>boot/aarch64/linux</kernel> > + <initrd>boot/aarch64/initrd</initrd> > + </media> > + > + <media arch="ppc64"> > + <iso> > + <system-id>LINUX</system-id> > + <volume-id>SLE-15-Installer-DVD-ppc64le</volume-id> > + </iso> > + <kernel>boot/ppc64le/linux</kernel> > + <initrd>boot/ppc64le/initrd</initrd> > + </media> > + > + <media arch="s390x"> > + <iso> > + <system-id>LINUX</system-id> > + <volume-id>SLE-15-Installer-DVD-s390x</volume-id> > + </iso> > + <kernel>boot/s390x/linux</kernel> > + <initrd>boot/s390x/initrd</initrd> > + </media> > + > + <resources arch="all"> > + <minimum> > + <cpu>500000000</cpu> > + <ram>536870912</ram> > + <storage>1074151424</storage> > + </minimum> > + <recommended> > + <cpu>2400000000</cpu> > + <ram>1073741824</ram> > + <storage>17179869184</storage> > + </recommended> > + </resources> > + </os> > +</libosinfo> > -- > 1.8.5.6 > > > > > _______________________________________________ > Libosinfo mailing list > Libosinfo@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/libosinfo -- Fabiano Fidêncio _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo