summaryrefslogtreecommitdiff
path: root/releasenotes/notes/explicit_ipxe_config_options-d7bf9a743a13f523.yaml
blob: acf5daccf6fd5c1f45ed7c767983f7ade840e1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
upgrade:
  - |
    Operators upgrading from earlier versions using PXE should explicitly set
    ``[pxe]ipxe_bootfile_name``, ``[pxe]uefi_ipxe_bootfile_name``, and
    possibly ``[pxe]ipxe_bootfile_name_by_arch`` settings, as well as a
    iPXE specific ``[pxe]ipxe_config_template`` override, if required.

    Setting the ``[pxe]ipxe_config_template`` to no value will result in the
    ``[pxe]pxe_config_template`` being used. The default value points to the
    supplied standard iPXE template, so only highly customized operators may
    have to tune this setting.
fixes:
  - |
    Addresses the lack of an ability to explicitly set different bootloaders
    for ``iPXE`` and ``PXE`` based boot operations via their respective
    ``ipxe`` and ``pxe`` boot interfaces.