From 16362671e95a00de980abf151d3b17a59c0d2b74 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 16 Jun 2019 23:12:24 -0400 Subject: virt-install: Add --install no_install=yes|no This just formalizes the behavior of things like --import and --livecd --- virt-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virt-install') diff --git a/virt-install b/virt-install index 6084a459..478052e4 100755 --- a/virt-install +++ b/virt-install @@ -398,13 +398,13 @@ def build_installer(options, guest, installdata): install_initrd = installdata.initrd install_kernel_args = installdata.kernel_args install_os = installdata.os + no_install = installdata.no_install if installdata.kernel_args: if installdata.kernel_args_overwrite: install_kernel_args = installdata.kernel_args else: extra_args = [installdata.kernel_args] - no_install = None if install_os: location = get_location_for_os(guest, install_os) elif options.location: -- cgit v1.2.1