diff options
author | Richard Jones <rjones@redhat.com> | 2010-03-08 19:27:02 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-03-08 19:35:22 +0000 |
commit | 4851466ec5adbbc039222201f7c3b1bc3b97e84e (patch) | |
tree | 328168f9ae55116c53b37d3ff65f136b796781b0 /inspector/virt-inspector.rng | |
parent | ed6fc794c8a2f64f8b987137b54551f4380177f3 (diff) | |
download | libguestfs-4851466ec5adbbc039222201f7c3b1bc3b97e84e.tar.gz libguestfs-4851466ec5adbbc039222201f7c3b1bc3b97e84e.tar.xz libguestfs-4851466ec5adbbc039222201f7c3b1bc3b97e84e.zip |
inspector: Add product_name field to output.
This is a free text string containing the "product name" of
the OS. It's mainly useful for Windows guests, and a forthcoming
patch will get this field from the Windows Registry.
Diffstat (limited to 'inspector/virt-inspector.rng')
-rw-r--r-- | inspector/virt-inspector.rng | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inspector/virt-inspector.rng b/inspector/virt-inspector.rng index 89f9e6c0..2b1b5b44 100644 --- a/inspector/virt-inspector.rng +++ b/inspector/virt-inspector.rng @@ -35,6 +35,7 @@ <!-- optional fields for an operating system --> <optional><element name="distro"><text/></element></optional> + <optional><element name="product_name"><text/></element></optional> <optional><element name="major_version"><text/></element></optional> <optional><element name="minor_version"><text/></element></optional> <optional><element name="package_format"><text/></element></optional> |