summaryrefslogtreecommitdiff
path: root/releasenotes/notes/allow-pxelinux-config-folder-to-be-defined-da0ddd397d58dcc8.yaml
blob: 93e481d3315eb03fc2c574c3c448dd60b2f2aae1 (plain)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Adds a new configuration option ``[pxe]pxe_config_subdir`` to allow
    operators to define the specific directory that may be used inside of
    ``/tftpboot`` or ``/httpboot`` for a boot loader to locate the
    configuration file for the node. This option defaults to ``pxelinux.cfg``
    which is the directory that the Syslinux `pxelinux.0` bootloader utilized.
    Operators may wish to change the directory name if they are using other boot
    loaders such as `GRUB` or `iPXE`.