summaryrefslogtreecommitdiff
path: root/nl
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2010-12-23 00:44:11 +0000
committerSamuel Thibault <sthibault@debian.org>2010-12-23 00:44:11 +0000
commitd282c7004ffbcc6d93ca878e6eba7859a7821144 (patch)
treef44b367d9377944f3d5bc1033d7d887b6ec8de2a /nl
parent963e473f2a277ccdcee00b03fe26cc6f46d84908 (diff)
downloadinstallation-guide-d282c7004ffbcc6d93ca878e6eba7859a7821144.zip
* Fix default tftp directory from /var/lib/tftpboot to /srv/tftp, thanks
Charles Plessy (Closes: Bug#606725).
Diffstat (limited to 'nl')
-rw-r--r--nl/howto/installation-howto.xml2
-rw-r--r--nl/install-methods/install-tftp.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/nl/howto/installation-howto.xml b/nl/howto/installation-howto.xml
index c1be31c23..fe8893c77 100644
--- a/nl/howto/installation-howto.xml
+++ b/nl/howto/installation-howto.xml
@@ -179,7 +179,7 @@ The files in <filename>netboot/</filename> can be used to netboot &d-i;.
The easiest thing to set up is probably PXE netbooting. Untar the
file <filename>netboot/pxeboot.tar.gz</filename> into
-<filename>/var/lib/tftpboot</filename> or
+<filename>/srv/tftp</filename> or
wherever is appropriate for your tftp server. Set up your DHCP server to pass
filename <filename>/pxelinux.0</filename> to clients, and with luck
everything will just work.
diff --git a/nl/install-methods/install-tftp.xml b/nl/install-methods/install-tftp.xml
index 0717951cc..6c54a89c4 100644
--- a/nl/install-methods/install-tftp.xml
+++ b/nl/install-methods/install-tftp.xml
@@ -88,7 +88,7 @@ Historically, TFTP servers used <filename>/tftpboot</filename> as directory
to serve images from. However, &debian-gnu; packages may use other directories
to comply with the <ulink url="&url-fhs-home;">Filesystem Hierarchy
Standard</ulink>. For example, <classname>tftpd-hpa</classname> by default
-uses <filename>/var/lib/tftpboot</filename>. You may have to adjust the
+uses <filename>/srv/tftp</filename>. You may have to adjust the
configuration examples in this section accordingly.
</para></note>