bifrost/releasenotes/notes/no-xinetd-199ba2496469142c.yaml
Alexander Evseev ce262837ab Drop external tftp service in favor to use dnsmasq's one
Dnsmasq has own internal TFTP service limited to read-only operations,
but it's enough for PXE boot. Xinetd has been removed from Fedora 34.

Co-Authored-By: Dmitry Tantsur <dtantsur@protonmail.com>
Change-Id: Id34867b98b51835a1e07ffc2f7c8d41e02d8452d
2021-07-30 20:31:45 +02:00

14 lines
335 B
YAML

---
features:
- |
Supports customizing the TFTP directory via the new parameter
``tftp_boot_folder``.
upgrade:
- |
Switches TFTP handling from Xinetd to dnsmasq, which must be enabled for
TFTP boot to work.
fixes:
- |
Fixes Fedora 34 support by switching from the removed Xinetd to
dnsmasq for TFTP boot.