diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-07-04 02:44:54 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-07-04 02:44:54 +0000 |
commit | fd7b97b61df4c48548cc60be1be6c589158e3d7b (patch) | |
tree | f48bcad0ede371a300cba9a52430791b8ea10f39 /nl/howto | |
parent | 02de105939926e54def034f1be25f11bb3cae4f8 (diff) | |
download | installation-guide-fd7b97b61df4c48548cc60be1be6c589158e3d7b.zip |
* Remove heading / from pxelinux.0, it seems to pose problem with some
implementations. Thanks Ulrich Krause for the report.
Diffstat (limited to 'nl/howto')
-rw-r--r-- | nl/howto/installation-howto.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nl/howto/installation-howto.xml b/nl/howto/installation-howto.xml index fe8893c77..9665efa82 100644 --- a/nl/howto/installation-howto.xml +++ b/nl/howto/installation-howto.xml @@ -181,7 +181,7 @@ The easiest thing to set up is probably PXE netbooting. Untar the file <filename>netboot/pxeboot.tar.gz</filename> into <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 +filename <filename>pxelinux.0</filename> to clients, and with luck everything will just work. For detailed instructions, see <xref linkend="install-tftp" />. |