You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This process has several steps:
- building of a data structure holding all of the answerfile data,
from a customizable base in data.py and from tests-specific items
- serialization as XML to be read by host-installer
- necessary changes to the ISO for host-installer to use it
This is needed so:
- different tests can use different parameters without the need for
provisionning every answerfile to be used
- tests can dynamically add contents for their own needs, before the
XML gets actualy written
FIXME:
- this covers boot from remastered ISO and not PXE, install on UEFI/NVMe disk (xml needs generation there too) and not BIOS/ATA (needs clever parametrization)
- doc
0 commit comments