summaryrefslogtreecommitdiff
path: root/it/install-methods/tftp/dhcp.xml
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-02-22 04:40:44 +0000
committerFrans Pop <elendil@planet.nl>2010-02-22 04:40:44 +0000
commited52a9da4b4c05f4cfcdecb3b28ec39878de74f2 (patch)
treee91ca04721012538784c73a5695d3da51d24675b /it/install-methods/tftp/dhcp.xml
parent879e041f845ee42054832551c2c9859d03e724a0 (diff)
downloadinstallation-guide-ed52a9da4b4c05f4cfcdecb3b28ec39878de74f2.zip
Unfuzzy translations for previous commit
Diffstat (limited to 'it/install-methods/tftp/dhcp.xml')
-rw-r--r--it/install-methods/tftp/dhcp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/it/install-methods/tftp/dhcp.xml b/it/install-methods/tftp/dhcp.xml
index 05770b551..28d27bc52 100644
--- a/it/install-methods/tftp/dhcp.xml
+++ b/it/install-methods/tftp/dhcp.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43558 -->
+<!-- original version: 62402 -->
<sect2 id="dhcpd">
@@ -33,7 +33,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;
@@ -110,7 +110,7 @@ group {
host tftpclient {
# tftp client hardware address
hardware ethernet 00:10:DC:27:6C:15;
- filename "pxelinux.0";
+ filename "/pxelinux.0";
}
}
</screen></informalexample>