[virt-tools-list] [virt-manager PATCH v3 0/9] Unattended installation support (part III)

Fabiano Fidêncio fidencio at redhat.com
Thu Mar 7 12:52:49 UTC 2019


This series provides the 3rd part of unattended installation support and
consists in:

- "installertreemdia: Set user specified --location as the installer
  URL":
    - Fix unattended installations when the user explicitly pass
      --location. This requires unreleased (but about to be merged)
      libosinfo patches;

- all the other patches:
  - dealing with --cdrom explicitly set by the user, meaning that an
    express installation would be performed from the media.

Fabiano Fidêncio (9):
  installertreemdia: Set user specified --location as the installer URL
  installertremeedia: Add an internal Libosinfo.Media attribute
  installertreemedia: Get medias' kernel/initrd paths from Libosinfo
  installertreemedia: Pass media down to prepare_install_script()
  unattended: Properly set the installation source
  osdict: Refactor get_install_script()
  unattended: Pass the media down to get_install_script()
  osdict: Deal with medias' installer scripts
  virt-install: Deal with "--cdrom" unattended installations

 virt-install                   |  3 ++
 virtinst/installertreemedia.py | 15 ++++++-
 virtinst/osdict.py             | 77 ++++++++++++++++++++++------------
 virtinst/unattended.py         | 30 ++++++++++---
 4 files changed, 93 insertions(+), 32 deletions(-)

-- 
2.20.1




More information about the virt-tools-list mailing list