File: debian-syslinux-files-c36f21ae936c0594.yaml

package info (click to toggle)
puppet-module-ironic 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,612 kB
  • sloc: ruby: 5,990; python: 33; makefile: 10; sh: 10
file content (12 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.