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 /en/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 '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 01b12677c..3ce42754d 100644 --- a/en/howto/installation-howto.xml +++ b/en/howto/installation-howto.xml @@ -189,7 +189,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" />. |