[Libosinfo] [osinfo-db PATCH 1/6] schema: Add support for pre-installed images

Eric Blake eblake at redhat.com
Wed Oct 31 21:59:45 UTC 2018


On 10/31/18 4:45 PM, Fabiano Fidêncio wrote:
> Let's create a new element called "image", which will be added to the
> "os" element.
> 
> By adding the new "image" element, we'll start supporting pre-installed
> images provided by distros in a similar way we already provide support
> for ISOs and trees.
> 
> The xml entry will be similar to:
> <os>
>    <image arch="x86_64">
>      <variant id="cloud"/>
>      <url>https://download/foo/bar.img</url>
>      <product-name>Ditro Foo (Cloud Edition)</product-name>

s/Ditro/Distro/

>    </image>
> </os>
> 
> https://gitlab.com/libosinfo/osinfo-db/issues/10
> 
> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
>   data/schema/osinfo.rng.in | 29 +++++++++++++++++++++++++++++
>   1 file changed, 29 insertions(+)
> 


-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org




More information about the Libosinfo mailing list