diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-20 17:17:08 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-20 17:17:08 +0100 |
commit | e3483bf492812a3116ab1322731c8334fb474b27 (patch) | |
tree | 334917411ab998801fa366c7084950ffe86ecb46 /docs | |
parent | b9b99d715fb5f83739a09193ee60d41e9fb8ee90 (diff) | |
download | vyos-documentation-e3483bf492812a3116ab1322731c8334fb474b27.tar.gz vyos-documentation-e3483bf492812a3116ab1322731c8334fb474b27.zip |
install: fix duplicate ref to tftp-serverlabel
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index 1bd6c87e..0a36e831 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -303,7 +303,7 @@ In this example we configured an existent VyOS as the DHCP server: } } -.. _tftp-server: +.. _install_from_tftp: Step 2: TFTP ^^^^^^^^^^^^ @@ -375,7 +375,7 @@ over TFTP. Run a web server - you can use a simple one like file. The file can be found inside the ``/live`` directory of the extracted contents of the ISO file. -Edit the configuration file at the :ref:`tftp-server` so that it shows the +Edit the configuration file at the :ref:`install_from_tftp` so that it shows the correct URL at ``fetch=http://address/filesystem.squashfs``. Then restart the TFTP service. If you are using VyOS as your TFTP Server, you can restart the service with ``sudo service tftpd-hpa restart``. |