mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +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"
|