diff options
author | Frans Pop <elendil@planet.nl> | 2010-02-22 04:33:12 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2010-02-22 04:33:12 +0000 |
commit | 879e041f845ee42054832551c2c9859d03e724a0 (patch) | |
tree | 482607e175a36404fa9cda060d6e7e39cd7cc73d | |
parent | 422cf3a23fdc6468fa7afc103c72e8c45b0f4af6 (diff) | |
download | installation-guide-879e041f845ee42054832551c2c9859d03e724a0.zip |
Be consistent about setting the 'filename' option for TFTP
Make the examples relative to the TFTP root directory.
-rw-r--r-- | en/install-methods/tftp/dhcp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/install-methods/tftp/dhcp.xml b/en/install-methods/tftp/dhcp.xml index 39327ae23..cb5f391cb 100644 --- a/en/install-methods/tftp/dhcp.xml +++ b/en/install-methods/tftp/dhcp.xml @@ -24,7 +24,7 @@ subnet 192.168.1.0 netmask 255.255.255.0 { } host clientname { - filename "/tftpboot/tftpboot.img"; + filename "/tftpboot.img"; server-name "servername"; next-server servername; hardware ethernet 01:23:45:67:89:AB; @@ -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> |