85b6dc9356
Adds capability to copy bootloader assets from the system OS into the network boot folders on conductor startup. Change-Id: Ica8f9472d0a2409cf78832166c57f2bb96677833
13 lines
417 B
YAML
13 lines
417 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a capability to allow bootloaders to be copied into the configured
|
|
network boot path. This capability can be opted in by using the
|
|
``[pxe]loader_file_paths`` by being set to a list of key, value pairs
|
|
of destination filename, and source file path.
|
|
|
|
.. code-block::
|
|
|
|
[pxe]
|
|
loader_file_paths = bootx64.efi:/path/to/shimx64.efi,grubx64.efi:/path/to/grubx64.efi
|