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

Fabiano Fidêncio fidencio at redhat.com
Thu Mar 28 21:44:41 UTC 2019


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

-- 
2.20.1




More information about the virt-tools-list mailing list