summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-02-11 11:50:13 -0500
committerCole Robinson <crobinso@redhat.com>2022-02-12 11:53:09 -0500
commit96a40b114314049e562714fbb499c9ba7881e5ef (patch)
treec80983c5ee1a654dd8f67dd24952f1cbfc55f6e2 /man
parenta39bd561b09ff5102dac79bf20e48fcdaa878d92 (diff)
downloadvirt-manager-96a40b114314049e562714fbb499c9ba7881e5ef.tar.gz
cli: Add `--os-variant list` option to print OS name values
The canonical tool for this is `osinfo-query os`, which we still reference in the man pages and in the list output. However, we are about to make missing --os-variant fatal for common usage, and I don't want to force users to install an extra tool just to figure out what an acceptable --os-variant value is. Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst4
-rw-r--r--man/virt-xml.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index 933ecc1f..ba9923e3 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -1021,8 +1021,8 @@ value otherwise, and printing a warning.
If any manual ``--os-variant`` value is specified, the default is
all settings off or unset.
-Use the command "osinfo-query os" to get the list of the accepted OS
-variant names.
+Use the command ``virt-xml --os-variant list`` to get the list of the
+accepted OS variants. See ``osinfo-query os`` for even more output.
diff --git a/man/virt-xml.rst b/man/virt-xml.rst
index 3880ad43..35294d28 100644
--- a/man/virt-xml.rst
+++ b/man/virt-xml.rst
@@ -191,8 +191,8 @@ GUEST OS OPTIONS
have been stored in the guest configuration during installation and virt-xml
will retrieve it from there automatically.
- Use the command "osinfo-query os" to get the list of the accepted OS
- variants.
+ Use the command ``virt-xml --os-variant list`` to get the list of the
+ accepted OS variants. See ``osinfo-query os`` for even more output.
See virt-install(1) documentation for more details about ``--os-variant``