Files
puppet-ironic/releasenotes/notes/debian-syslinux-files-c36f21ae936c0594.yaml
Takashi Kajinami b780aca649 Debian/Ubuntu: Fix installation of pxelinux.0 and syslinux files
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
2022-07-04 00:54:19 +09:00

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.