5ab94f37f9
iPXE is the recommended boot method (when virtual media is not available). Now that a pre-built binary is available for AARCH64, there are very few reasons to use plain PXE over it. Change-Id: Iedd70ac2ec0a59c531f5c811b4f5c65a2aafff4d
11 lines
332 B
YAML
11 lines
332 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``ipxe`` boot interface is now enabled by default.
|
|
upgrade:
|
|
- |
|
|
The ``ipxe`` boot interface is now enabled and will have priority over
|
|
``pxe`` by default. If you rely on the default value of the
|
|
``enabled_boot_interfaces`` option to not contain ``ipxe``, you need to set
|
|
it explicitly.
|