summaryrefslogtreecommitdiff
path: root/nl
diff options
context:
space:
mode:
Diffstat (limited to 'nl')
-rw-r--r--nl/howto/installation-howto.xml2
-rw-r--r--nl/install-methods/tftp/dhcp.xml2
2 files changed, 2 insertions, 2 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" />.
diff --git a/nl/install-methods/tftp/dhcp.xml b/nl/install-methods/tftp/dhcp.xml
index 690e069c0..6f1a89b81 100644
--- a/nl/install-methods/tftp/dhcp.xml
+++ b/nl/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>