ironic/releasenotes/notes/bootloader-copy-for-network-boot-190c713cb5e872d8.yaml
Julia Kreger 85b6dc9356 Facilitate asset copy for bootloader ops
Adds capability to copy bootloader assets from the system OS
into the network boot folders on conductor startup.

Change-Id: Ica8f9472d0a2409cf78832166c57f2bb96677833
2021-09-15 16:24:13 -07:00

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