summaryrefslogtreecommitdiff
path: root/de/install-methods
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2009-08-21 21:10:50 +0000
committerHolger Wansing <linux@wansing-online.de>2009-08-21 21:10:50 +0000
commit1d9cfc8e8f3b0b4bb63552c8313fd0e7118fa61b (patch)
tree3a4a6eaa0e70ad8bc22c5bcb4663609b220f174c /de/install-methods
parente90e1cfbcdb4fb7785660623d5fd7063733bdcba (diff)
downloadinstallation-guide-1d9cfc8e8f3b0b4bb63552c8313fd0e7118fa61b.zip
Update to german d-i manual:
M de/install-methods/install-tftp.xml M de/install-methods/tftp/bootp.xml M de/appendix/preseed.xml M de/using-d-i/modules/clock-setup.xml M de/using-d-i/modules/clock-setup-finish.xml M de/hardware/hardware-supported.xml M de/hardware/supported-peripherals.xml M de/hardware/supported/mips.xml M de/hardware/supported/mipsel.xml M de/hardware/installation-media.xml M de/boot-installer/accessibility.xml M de/boot-installer/mipsel.xml M de/boot-installer/mips.xml
Diffstat (limited to 'de/install-methods')
-rw-r--r--de/install-methods/install-tftp.xml12
-rw-r--r--de/install-methods/tftp/bootp.xml8
2 files changed, 5 insertions, 15 deletions
diff --git a/de/install-methods/install-tftp.xml b/de/install-methods/install-tftp.xml
index 3bfff05ca..66dd5284b 100644
--- a/de/install-methods/install-tftp.xml
+++ b/de/install-methods/install-tftp.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 58446 -->
+<!-- original version: 59840 -->
<sect1 condition="supports-tftp" id="install-tftp">
<title>Dateien vorbereiten für TFTP-Netzwerk-Boot</title>
@@ -333,16 +333,6 @@ oder als Angabe für <userinput>filename=</userinput> in
</para>
</sect3>
- <sect3 arch="mips;mipsel">
- <title>TFTP-Boot von Broadcom BCM91250A- und BCM91480B-Systemen</title>
-<para>
-
-Sie müssen DHCP nicht speziell konfigurieren, weil der komplette Pfad zur
-Boot-Datei beim CFE angegeben wird.
-
-</para>
- </sect3>
-
</sect2>
<!-- FIXME: commented out since it seems too old to be usable and a current
diff --git a/de/install-methods/tftp/bootp.xml b/de/install-methods/tftp/bootp.xml
index 3f9558212..89e94e3d3 100644
--- a/de/install-methods/tftp/bootp.xml
+++ b/de/install-methods/tftp/bootp.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43558 -->
+<!-- original version: 59293 -->
<sect2 condition="supports-bootp" id="tftp-bootp">
@@ -62,9 +62,9 @@ Im Unterschied dazu ist es wirklich einfach, den ISC-<command>dhcpd</command>
einzurichten, da dieser BOOTP-Clients gewissermaßen als Spezialfall von
DHCP-Clients behandelt. Einige Architekturen erfordern eine komplexe
Konfiguration, um Clients per BOOTP zu starten. Wenn Sie solch einen Fall
-haben, lesen Sie <xref linkend="dhcpd"/>. Es könnte vielleicht
-ausreichen, in <filename>/etc/dhcpd.conf</filename> den Eintrag
-<userinput>allow bootp</userinput> zu dem Block der Datei hinzuzufügen,
+haben, lesen Sie <xref linkend="dhcpd"/>. Andernfalls könnte es vielleicht
+ausreichen, in der Datei <filename>/etc/dhcp3/dhcpd.conf</filename> den
+Eintrag <userinput>allow bootp</userinput> zu dem Abschnitt hinzuzufügen,
der das Subnetz konfiguriert, zu dem Ihr Client gehört. Danach muss der
<command>dhcpd</command> mit <userinput>/etc/init.d/dhcpd3-server
restart</userinput> neu gestartet werden.