Re: [Xen-devel] [PATCH OSSTEST v3 07/22] Refactor pxelinux configuration

2015-06-24 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST v3 07/22] Refactor pxelinux configuration"): > The mechanism used to PXE boot can differ depending on the firmware > type. Therefore refactor into Osstest::TestSupport and key off a new > host property "firmware". Acked-by: Ian Jackson __

[Xen-devel] [PATCH OSSTEST v3 07/22] Refactor pxelinux configuration

2015-06-24 Thread Ian Campbell
The mechanism used to PXE boot can differ depending on the firmware type. Therefore refactor into Osstest::TestSupport and key off a new host property "firmware". Currently supported is "bios" (the default) and "uboot", both of which use pxelinux.cfg style files. The default for the firmware prop