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 | |
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')
-rw-r--r-- | en/howto/installation-howto.xml | 2 | ||||
-rw-r--r-- | en/install-methods/tftp/dhcp.xml | 2 |
2 files changed, 2 insertions, 2 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" />. diff --git a/en/install-methods/tftp/dhcp.xml b/en/install-methods/tftp/dhcp.xml index facd224eb..72b6a0364 100644 --- a/en/install-methods/tftp/dhcp.xml +++ b/en/install-methods/tftp/dhcp.xml @@ -80,7 +80,7 @@ group { host tftpclient { # tftp client hardware address hardware ethernet 00:10:DC:27:6C:15; - filename "/pxelinux.0"; + filename "pxelinux.0"; } } </screen></informalexample> |