summaryrefslogtreecommitdiff
path: root/pt_BR/install-methods
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 /pt_BR/install-methods
parent879e041f845ee42054832551c2c9859d03e724a0 (diff)
downloadinstallation-guide-ed52a9da4b4c05f4cfcdecb3b28ec39878de74f2.zip
Unfuzzy translations for previous commit
Diffstat (limited to 'pt_BR/install-methods')
-rw-r--r--pt_BR/install-methods/tftp/dhcp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pt_BR/install-methods/tftp/dhcp.xml b/pt_BR/install-methods/tftp/dhcp.xml
index b9d57d4b4..27b4d9029 100644
--- a/pt_BR/install-methods/tftp/dhcp.xml
+++ b/pt_BR/install-methods/tftp/dhcp.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43558 -->
+<!-- original version: 62402 -->
<!-- revised by Felipe Augusto van de Wiel (faw) 2005.12.30 -->
<!-- updated by Felipe Augusto van de Wiel (faw) 2007.01.14 -->
@@ -26,7 +26,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>