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 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list