diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-12-23 00:44:11 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-12-23 00:44:11 +0000 |
commit | d282c7004ffbcc6d93ca878e6eba7859a7821144 (patch) | |
tree | f44b367d9377944f3d5bc1033d7d887b6ec8de2a /en/howto | |
parent | 963e473f2a277ccdcee00b03fe26cc6f46d84908 (diff) | |
download | installation-guide-d282c7004ffbcc6d93ca878e6eba7859a7821144.zip |
* Fix default tftp directory from /var/lib/tftpboot to /srv/tftp, thanks
Charles Plessy (Closes: Bug#606725).
Diffstat (limited to 'en/howto')
-rw-r--r-- | en/howto/installation-howto.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/howto/installation-howto.xml b/en/howto/installation-howto.xml index 8ddbf4696..f88e4b27d 100644 --- a/en/howto/installation-howto.xml +++ b/en/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. |