summaryrefslogtreecommitdiff
path: root/cs/install-methods/tftp
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 /cs/install-methods/tftp
parent879e041f845ee42054832551c2c9859d03e724a0 (diff)
downloadinstallation-guide-ed52a9da4b4c05f4cfcdecb3b28ec39878de74f2.zip
Unfuzzy translations for previous commit
Diffstat (limited to 'cs/install-methods/tftp')
-rw-r--r--cs/install-methods/tftp/dhcp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cs/install-methods/tftp/dhcp.xml b/cs/install-methods/tftp/dhcp.xml
index 7f8d0cff6..6dee44880 100644
--- a/cs/install-methods/tftp/dhcp.xml
+++ b/cs/install-methods/tftp/dhcp.xml
@@ -1,5 +1,5 @@
<!-- $Id$ -->
-<!-- original version: 43558 -->
+<!-- original version: 62402 -->
<sect2 id="dhcpd">
<title>NastavenĂ­ DHCP serveru</title>
@@ -25,7 +25,7 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
}
host clientname {
- filename "/tftpboot/tftpboot.img";
+ filename "/tftpboot.img";
server-name "karel";
next-server dalsiserver.priklad.cz;
hardware ethernet 01:23:45:67:89:AB;
@@ -81,7 +81,7 @@ group {
host tftpclient {
# hardwarová adresa tftp klienta
hardware ethernet 00:10:DC:27:6C:15;
- filename "pxelinux.0";
+ filename "/pxelinux.0";
}
}
</screen></informalexample>