summaryrefslogtreecommitdiff
path: root/es/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 /es/install-methods/tftp/dhcp.xml
parent879e041f845ee42054832551c2c9859d03e724a0 (diff)
downloadinstallation-guide-ed52a9da4b4c05f4cfcdecb3b28ec39878de74f2.zip
Unfuzzy translations for previous commit
Diffstat (limited to 'es/install-methods/tftp/dhcp.xml')
-rw-r--r--es/install-methods/tftp/dhcp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/es/install-methods/tftp/dhcp.xml b/es/install-methods/tftp/dhcp.xml
index 69fbd0c25..c51946185 100644
--- a/es/install-methods/tftp/dhcp.xml
+++ b/es/install-methods/tftp/dhcp.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- original version: 43558 -->
+<!-- original version: 62402 -->
<!-- revisado por nahoo, 6 noviembre 2004 -->
<sect2 id="dhcpd">
@@ -26,7 +26,7 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
}
host nombredecliente {
- filename "/tftpboot/tftpboot.img";
+ filename "/tftpboot.img";
server-name "nombredeservidor";
next-server nombredeservidor;
hardware ethernet 01:23:45:67:89:AB;
@@ -82,7 +82,7 @@ group {
host tftpclient {
# dirección hardware del cliente tftp
hardware ethernet 00:10:DC:27:6C:15;
- filename "pxelinux.0";
+ filename "/pxelinux.0";
}
}
</screen></informalexample>