summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bootloader-copy-for-network-boot-190c713cb5e872d8.yaml
blob: 047f46771eefeb7a73352a9ce5ad234c583105f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
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