[virt-tools-list] [virt-manager PATCH 0/7] RFC: Add unattended installation support for Windows guests

Cole Robinson crobinso at redhat.com
Mon Apr 1 20:45:43 UTC 2019


On 3/28/19 5:44 PM, Fabiano Fidêncio wrote:
> In this series we're approaching the last huge step in the unattended
> installation work: Windows support.
> 
> This support is *really* minimal, meaning that there's no support for:
> - support more than one script file;
> - installing virtio-win drivers automatically;
> 
> Although those bits are important, they can be added later and, AFAIR, we
> will have to spend some time figuring out a few things before actually be
> able to achieve them.
> 
> Fabiano Fidêncio (7):
>   Add perform_floppy_injections()
>   unattended: Add product-key to Unattended data
>   unattended: Adapt for Windows
>   installer: deal with floppy devices used during install
>   installer: deal with unattended files
>   installer: add unattended data
>   installer: add support for windows unattended install
> 
>  tests/clitest.py         |  1 +
>  virt-install             |  9 ++++----
>  virt-manager.spec.in     |  5 ++++
>  virtinst/cli.py          |  1 +
>  virtinst/floppyinject.py | 34 ++++++++++++++++++++++++++++
>  virtinst/installer.py    | 49 +++++++++++++++++++++++++++++++++++++++-
>  virtinst/unattended.py   | 10 +++++++-
>  7 files changed, 103 insertions(+), 6 deletions(-)
>  create mode 100644 virtinst/floppyinject.py
> 

I fixed the issue you pointed out, made a couple small changes to
silence pylint warnings, and pushed.

Thanks,
Cole




More information about the virt-tools-list mailing list