diff options
| author | bri <284789+b-@users.noreply.github.com> | 2023-02-03 13:46:28 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-03 13:46:28 -0500 | 
| commit | 272457a2aa1a177bf5d1e29e7f7c4f5d06b8d15a (patch) | |
| tree | d0e2b0c1be2a02937090734c3a92e8ae5b3d06c1 | |
| parent | 6785b02ec52f7a76d81c198a9dabdcbe40e57963 (diff) | |
| download | vyos-documentation-272457a2aa1a177bf5d1e29e7f7c4f5d06b8d15a.tar.gz vyos-documentation-272457a2aa1a177bf5d1e29e7f7c4f5d06b8d15a.zip | |
rewrite hint for service tftp-server directory
| -rw-r--r-- | docs/configuration/service/tftp-server.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/configuration/service/tftp-server.rst b/docs/configuration/service/tftp-server.rst index fe40b234..1f4bb380 100644 --- a/docs/configuration/service/tftp-server.rst +++ b/docs/configuration/service/tftp-server.rst @@ -18,9 +18,9 @@ Configuration     Enable TFTP service by specifying the `<directory>` which will be used to serve     files. -.. hint:: Choose your ``directory`` location carefully or you will loose the -   content on image upgrades. Any directory under ``/config`` is save at this -   will be migrated. +.. hint:: Choose your ``directory`` location carefully or you will lose the +   content on image upgrades. We preserve the contents of ``/config``, so we +   recommend using a directory there, for example ``/config/tftpboot``.  .. cfgcmd:: set service tftp-server listen-address <address> | 
