mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
176db0f7e1
commit
37c03f32bc
|
|
@ -1,3 +1,3 @@
|
|||
#Defaults for tftpd-hpa
|
||||
RUN_DAEMON="yes"
|
||||
OPTIONS="-l -s /srv/tftpboot"
|
||||
OPTIONS="-l -s /var/lib/tftpboot"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user