summaryrefslogtreecommitdiff
path: root/virt-install
Commit message (Expand)AuthorAgeFilesLines
* virt-*: invoke python3 using /usr/bin/enva13460542021-10-041-1/+1
* Move virt-* code into their modulesCole Robinson2020-01-261-1043/+6
* virt-install: Change PXE warning to be less authoritativeCole Robinson2020-01-261-2/+2
* cli: Default lxc:/// memory to 1024, and print itCole Robinson2020-01-151-2/+5
* virt-install: Add some coverage exclusionsCole Robinson2020-01-151-1/+1
* virt-install: Set default memory to appease lxc:///Cole Robinson2020-01-141-0/+5
* virt-install: Check --transient status in domain --waitCole Robinson2019-12-221-2/+1
* virt-install: Move cloudinit password printing before guest startCole Robinson2019-11-251-2/+2
* cli: cloudinit: default to --autoconsole text with --cloud-initCole Robinson2019-11-251-2/+1
* virt-install: Don't pause for cloudinit pass if stdin is closedCole Robinson2019-11-251-10/+26
* cli: Expose default console handling through _AutoconsoleDataCole Robinson2019-11-251-23/+20
* cli: Add _AutoconsoleData and use itCole Robinson2019-11-241-1/+2
* virt-install: Split out show_console_warningsCole Robinson2019-11-241-4/+5
* virt-install: Drop warning about '--console none'Cole Robinson2019-11-241-17/+2
* cloudinit: Move random password printing and sleeping to virt-installAthina Plaskasoviti2019-11-201-0/+10
* Introduction of cloud-init configuration in virt-installAthina Plaskasoviti2019-11-201-0/+5
* virt-install: Respect --os-variantFabiano Fidêncio2019-11-201-5/+8
* virt-install: Use virtio-win drivers if possibleFabiano Fidêncio2019-10-021-0/+6
* osdict: Choose the most appropriate tree when a profile is setFabiano Fidêncio2019-09-111-5/+9
* virt-install: Use minutes instead of seconds on get_time_string()Fabiano Fidêncio2019-07-251-1/+1
* virt-install: Revive --wait 0 as alias for --noautoconsoleCole Robinson2019-07-031-0/+9
* man: virt-install: Big updateCole Robinson2019-06-171-2/+1
* virt-install: Add --install no_install=yes|noCole Robinson2019-06-171-1/+1
* virt-install: Make bare '--wait' mean 'wait indefinitely'Cole Robinson2019-06-171-1/+1
* Switch to more traditional logging structureCole Robinson2019-06-171-21/+21
* virt-install: Warn if mem less than OS recommendedCole Robinson2019-06-141-0/+18
* virt-install: Drop --os-variant suboption parsingCole Robinson2019-06-131-34/+26
* virt-install: Add --install OSNAMECole Robinson2019-06-131-34/+21
* virt-install: Split build_installer out a bitCole Robinson2019-06-131-29/+41
* guest: Add skip_default_osinfoCole Robinson2019-06-131-4/+7
* virt-install: Rework install option detection a bitCole Robinson2019-06-131-21/+14
* virt-install: Split out --wait handling into a helper classCole Robinson2019-06-131-55/+75
* tests: clitest: Fill in much more virt-install coverageCole Robinson2019-06-131-25/+13
* virt-install: Drop install option collision errorsCole Robinson2019-06-131-25/+3
* virt-install: Drop --transient and --noreboot rejectionCole Robinson2019-06-131-3/+0
* virt-install: Push validation down into the installerCole Robinson2019-06-131-23/+7
* virt-install: Add --install kernel_args=X,kernel_args_overwrite=yes|noCole Robinson2019-06-131-8/+19
* cli: Add --install bootdev=X,kernel=X,initrd=ZCole Robinson2019-06-111-2/+16
* virt-install: Drop the serial extra_args warningsCole Robinson2019-06-111-22/+0
* unattended: Choose a default profile name if none specifiedCole Robinson2019-06-111-1/+1
* virt-install: Print when we set default memory and diskCole Robinson2019-06-111-1/+9
* virt-install: Generate default --nameCole Robinson2019-06-111-5/+8
* virt-install: Share required option logic for resourcesCole Robinson2019-06-111-10/+19
* guest: move libosinfo resource setting to virt-installCole Robinson2019-06-111-8/+16
* cli: Add more code coverageCole Robinson2019-06-111-20/+17
* virt-install: Call install.get_search_pathsCole Robinson2019-06-111-0/+2
* tests: Add osinfo URL and URL unattended testsCole Robinson2019-06-081-3/+5
* virtinst: Rename util to xmlutilCole Robinson2019-06-071-7/+7
* tests: clitest: define XML generated from compare testsCole Robinson2019-05-141-1/+1
* osdict: return _OsResources to callersCole Robinson2019-05-121-6/+9