diff options
author | Robert Göhler <github@ghlr.de> | 2023-02-03 21:35:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 21:35:30 +0100 |
commit | 67eeeeb81b2cd5c9af6eaecb13a5fff8b68557f9 (patch) | |
tree | d0e2b0c1be2a02937090734c3a92e8ae5b3d06c1 | |
parent | 6785b02ec52f7a76d81c198a9dabdcbe40e57963 (diff) | |
parent | 272457a2aa1a177bf5d1e29e7f7c4f5d06b8d15a (diff) | |
download | vyos-documentation-67eeeeb81b2cd5c9af6eaecb13a5fff8b68557f9.tar.gz vyos-documentation-67eeeeb81b2cd5c9af6eaecb13a5fff8b68557f9.zip |
Merge pull request #943 from b-/patch-2
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> |