Pino Toscano
2019-Dec-18 11:58 UTC
[Libguestfs] [PATCH] inspect: document OpenMandriva as detected distro
Also extend the virt-inspector RNG schema to allow it. Followup of commit a4ef6716b4119e476949c55f1bc12d81e735f0c0. --- generator/actions_inspection.ml | 4 ++++ inspector/virt-inspector.rng | 1 + 2 files changed, 5 insertions(+) diff --git a/generator/actions_inspection.ml b/generator/actions_inspection.ml index 809344c8c..054bd8b75 100644 --- a/generator/actions_inspection.ml +++ b/generator/actions_inspection.ml @@ -246,6 +246,10 @@ NetBSD. OpenBSD. +=item \"openmandriva\" + +OpenMandriva. + =item \"opensuse\" OpenSUSE. diff --git a/inspector/virt-inspector.rng b/inspector/virt-inspector.rng index 1e3a58af8..7807e4d7c 100644 --- a/inspector/virt-inspector.rng +++ b/inspector/virt-inspector.rng @@ -94,6 +94,7 @@ <value>neokylin</value> <value>netbsd</value> <value>openbsd</value> + <value>openmandriva</value> <value>opensuse</value> <value>oraclelinux</value> <value>pardus</value> -- 2.24.1
Pino Toscano
2019-Dec-18 12:15 UTC
Re: [Libguestfs] [PATCH] inspect: document OpenMandriva as detected distro
On Wednesday, 18 December 2019 12:58:58 CET Pino Toscano wrote:> Also extend the virt-inspector RNG schema to allow it. > > Followup of commit a4ef6716b4119e476949c55f1bc12d81e735f0c0. > --- > generator/actions_inspection.ml | 4 ++++ > inspector/virt-inspector.rng | 1 + > 2 files changed, 5 insertions(+) > > diff --git a/generator/actions_inspection.ml b/generator/actions_inspection.ml > index 809344c8c..054bd8b75 100644 > --- a/generator/actions_inspection.ml > +++ b/generator/actions_inspection.ml > @@ -246,6 +246,10 @@ NetBSD. > > OpenBSD. > > +=item \"openmandriva\" > + > +OpenMandriva.This is actually OpenMandriva Lx, I already fixed it locally (and the commit message too). -- Pino Toscano
Richard W.M. Jones
2020-Jan-09 13:33 UTC
Re: [Libguestfs] [PATCH] inspect: document OpenMandriva as detected distro
On Wed, Dec 18, 2019 at 01:15:42PM +0100, Pino Toscano wrote:> On Wednesday, 18 December 2019 12:58:58 CET Pino Toscano wrote: > > Also extend the virt-inspector RNG schema to allow it. > > > > Followup of commit a4ef6716b4119e476949c55f1bc12d81e735f0c0. > > --- > > generator/actions_inspection.ml | 4 ++++ > > inspector/virt-inspector.rng | 1 + > > 2 files changed, 5 insertions(+) > > > > diff --git a/generator/actions_inspection.ml b/generator/actions_inspection.ml > > index 809344c8c..054bd8b75 100644 > > --- a/generator/actions_inspection.ml > > +++ b/generator/actions_inspection.ml > > @@ -246,6 +246,10 @@ NetBSD. > > > > OpenBSD. > > > > +=item \"openmandriva\" > > + > > +OpenMandriva. > > This is actually OpenMandriva Lx, I already fixed it locally (and the > commit message too).Sure, ACK with fix. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
Possibly Parallel Threads
- [PATCH] inspect: document OpenMandriva as detected distro
- [PATCH] inspect: get icon of OpenMandriva guests
- [PATCH] daemon: inspection: Add support for NeoKylin (RHBZ#1476081).
- [PATCH v2] daemon: add inspector support for MS-DOS distro
- [PATCH] inspection: Deprecate APIs and remove support for inspecting installer CDs.