
Debian and Ubuntu requires the separate pxelinux package to use the pxelinux.0 file and the file is stored in a separated directory. Also, the current directory to locate the syslinux files are outdated and does not work with the recent versions. This change fixes these two problems. Change-Id: I560b3b6af5b2bab0b1144aa1eda6088f01336d75
13 lines
448 B
YAML
13 lines
448 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Now the ``ironic::pxe`` class properly installs the pxelinux.0 file using
|
|
the separate ``pxelinux`` package in Debian and Ubuntu. The new
|
|
``pxelinux_file_path`` parameter can be used to determine the source path
|
|
to locate the file. When this parameter is set to false then the class
|
|
does not manage the file.
|
|
|
|
- |
|
|
The wrong source directory to copy syslinux files in Debiand or Ubuntu has
|
|
been fixed.
|