mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
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>
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
#Defaults for tftpd-hpa
|
|
RUN_DAEMON="yes"
|
|
OPTIONS="-l -s /var/lib/tftpboot"
|