Project

General

Profile

Actions

Bug #32453

open

Handle Ubuntu 20.04 tftp directory move

Added by Ewoud Kohl van Wijngaarden about 3 years ago. Updated almost 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
foreman-installer script
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

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.


Related issues 1 (0 open1 closed)

Related to Packaging - Tracker #31047: Support Ubuntu 20.04ClosedEvgeni Golov

Actions
Actions #1

Updated by Ewoud Kohl van Wijngaarden about 3 years ago

Actions #2

Updated by Pim Janssen almost 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

Also available in: Atom PDF