mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
tftpd-hpa: update default tftpboot location
The tftp-hpa package installs /var/lib/tftpboot and tftpd-hpa is configured to use that directory, but the default points at /svc/tftpboot. Correct that so the default points to a location that exists when the package is installed. Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#Defaults for tftpd-hpa
|
||||
RUN_DAEMON="yes"
|
||||
OPTIONS="-l -s /srv/tftpboot"
|
||||
OPTIONS="-l -s /var/lib/tftpboot"
|
||||
|
||||
Reference in New Issue
Block a user