Actions
Bug #32453
openHandle Ubuntu 20.04 tftp directory move
Status:
New
Priority:
Normal
Assignee:
-
Category:
foreman-installer script
Target version:
-
Description
In Ubuntu 20.04 the tftp directory was changed from /var/lib/tftpboot to /srv/tftp (matching Debian's default again). There is no automated way to migrate the files and the installer can do this.
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Related to Tracker #31047: Support Ubuntu 20.04 added
Updated by Pim Janssen over 3 years ago
For now i added:
sed -i 's/\/srv\/tftp/\/var\/lib\/tftpboot/g' /etc/default/tftpd-hpa
systemctl restart tftpd-hpa.service
to my install script
Actions