This series add support for unattended installation of a few OSes that libosinfo/osinfo-db provides support for: - Fedora; - CentOS; - RHEL; - Debian; - openSUSE; - Windows(es); For more details about the --unattended option itself, please, take a look at the 3rd patch. Please, mind that this series is pretty much a "proof of concept" and may need some rework to make it not only more python-like, but also to have tests written and the support improved in a way that we could actually merge it. Also, some patches have been sent to the libosinfo ML including some changes needed on osinfo-db in order to have this series working properly: https://www.redhat.com/archives/libosinfo/2018-December/msg00162.html Fabiano Fidêncio (3): installer: Don't call _cleanup() when starting an installation osdict: Use identify_media() instead of guess_os_from_media() virt-install: Add --unattended support virt-install | 46 +++++++++++-- virtinst/cli.py | 31 ++++++++- virtinst/installer.py | 117 ++++++++++++++++++++++++++++++++- virtinst/installertreemedia.py | 17 +++++ virtinst/osdict.py | 111 ++++++++++++++++++++++++++++++- 5 files changed, 313 insertions(+), 9 deletions(-) -- 2.20.1 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list