summaryrefslogtreecommitdiff
path: root/virt-install
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-06-16 23:09:31 -0400
committerCole Robinson <crobinso@redhat.com>2019-06-17 00:12:32 -0400
commitedfb749f91a76117008a64df0fbadceeaf34e773 (patch)
treea89b0a3cc6596a0038874958a42b25de4fe6f5a4 /virt-install
parent16362671e95a00de980abf151d3b17a59c0d2b74 (diff)
downloadvirt-manager-edfb749f91a76117008a64df0fbadceeaf34e773.tar.gz
man: virt-install: Big update
- Document --install - Document --unattended - Modernize EXAMPLES section - Deprecate --livecd - Tweak the intro describing VM defaults
Diffstat (limited to 'virt-install')
-rwxr-xr-xvirt-install3
1 files changed, 1 insertions, 2 deletions
diff --git a/virt-install b/virt-install
index 478052e4..ee2b9006 100755
--- a/virt-install
+++ b/virt-install
@@ -811,8 +811,7 @@ def parse_args():
help=_("Boot from the network using the PXE protocol"))
insg.add_argument("--import", action="store_true", dest="import_install",
help=_("Build guest around an existing disk image"))
- insg.add_argument("--livecd", action="store_true",
- help=_("Treat the CD-ROM media as a Live CD"))
+ insg.add_argument("--livecd", action="store_true", help=argparse.SUPPRESS)
insg.add_argument("-x", "--extra-args", action="append",
help=_("Additional arguments to pass to the install kernel "
"booted from --location"))