[virt-tools-list] [virt-manager PATCH 1/5] virt-install: Fix description for --os-variant

Andrea Bolognani abologna at redhat.com
Fri Nov 9 15:36:36 UTC 2018


Since we're messing with it either way, might as well use
modern OS names as examples.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 man/virt-install.pod | 2 +-
 virt-install         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/virt-install.pod b/man/virt-install.pod
index 062c7852..ace0fb8a 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -475,7 +475,7 @@ file:
 =item B<--os-variant> OS_VARIANT
 
 Optimize the guest configuration for a specific operating system (ex.
-'fedora18', 'rhel7', 'winxp'). While not required, specifying this
+'fedora29', 'rhel7', 'win10'). While not required, specifying this
 options is HIGHLY RECOMMENDED, as it can greatly increase performance
 by specifying virtio among other guest tweaks.
 
diff --git a/virt-install b/virt-install
index a7f247f1..2c379ed3 100755
--- a/virt-install
+++ b/virt-install
@@ -786,8 +786,8 @@ def parse_args():
 
     insg.add_argument("--os-type", dest="distro_type", help=argparse.SUPPRESS)
     insg.add_argument("--os-variant", dest="distro_variant",
-        help=_("The OS variant being installed guests, "
-               "e.g. 'fedora18', 'rhel6', 'winxp', etc."))
+        help=_("The OS variant being installed in the guest, "
+               "e.g. 'fedora29', 'rhel7', 'win10 etc."))
 
     cli.add_boot_options(insg)
     insg.add_argument("--init", help=argparse.SUPPRESS)
-- 
2.19.1




More information about the virt-tools-list mailing list