Christophe Fergeau <cfergeau@xxxxxxxxxx> writes: > On Fri, Nov 14, 2014 at 01:34:42PM +0100, Giuseppe Scrivano wrote: >> Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx> >> --- >> data/oses/rhel.xml.in | 42 ++++++++++++++++++++++ >> .../RHEL-Atomic-Host-Installer-7.0.0-Beta.iso.txt | 29 +++++++++++++++ >> 2 files changed, 71 insertions(+) >> create mode 100644 test/isodata/rhel/rhel-atomic-7.0/RHEL-Atomic-Host-Installer-7.0.0-Beta.iso.txt >> >> diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in >> index 921396a..79c284a 100644 >> --- a/data/oses/rhel.xml.in >> +++ b/data/oses/rhel.xml.in >> @@ -1170,4 +1170,46 @@ >> <script id='http://redhat.com/scripts/rhel/desktop'/> >> </installer> >> </os> >> + >> + <os id="http://redhat.com/rhel-atomic/7.0"> >> + <short-id>rhel-atomic-7.0</short-id> > > other entries don't have a '-' before the version number, but for atomic > it looks better this way, so I guess it's fine. > >> + <_name>Red Hat Enterprise Linux Atomic Host 7.0</_name> >> + <version>7.0</version> >> + <_vendor>Red Hat, Inc</_vendor> >> + <family>linux</family> >> + <distro>rhel</distro> >> + <derives-from id="http://redhat.com/rhel/7.0"/> >> + >> + <devices> >> + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1b36/0100"/> <!-- QXL --> >> + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/8086/2415"/> <!-- AC97 --> >> + <device id="http://www.linux-usb.org/usb.ids/80ee/0021"/> <!-- USB tablet --> >> + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001"/> <!-- virtio-block --> >> + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000"/> <!-- virtio-net --> >> + </devices> >> + >> + <media arch="x86_64"> >> + <iso> >> + <system-id>LINUX</system-id> >> + <volume-id>.*RHEL.*Atomic.*7 .*x86_64.*</volume-id> > > Any reason for the .* in "RHEL.*Atomic" and "7 .*x86_64" ? hm.. not really, I've changed it to "RHEL.*Atomic.*7 x86_64.*" before pushing. Thanks, Giuseppe _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo