summaryrefslogtreecommitdiff
path: root/de/appendix
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2008-09-17 22:40:53 +0000
committerHolger Wansing <linux@wansing-online.de>2008-09-17 22:40:53 +0000
commit688d18cee6ba9753aa29f5eb31de274d2f2dde16 (patch)
tree041a4bd103002e4e6195377305830c637311a35c /de/appendix
parent29961edde38d28a93183fe53537e004c5fd8d9bc (diff)
downloadinstallation-guide-688d18cee6ba9753aa29f5eb31de274d2f2dde16.zip
Updated german d-i manual:
M de/install-methods/download/arm.xml M de/appendix/chroot-install.xml M de/appendix/preseed.xml M de/hardware/hardware-supported.xml M de/hardware/supported/mips.xml M de/hardware/supported/mipsel.xml M de/hardware/supported/arm.xml
Diffstat (limited to 'de/appendix')
-rw-r--r--de/appendix/chroot-install.xml3
-rw-r--r--de/appendix/preseed.xml24
2 files changed, 22 insertions, 5 deletions
diff --git a/de/appendix/chroot-install.xml b/de/appendix/chroot-install.xml
index 87aac9832..e430ac9da 100644
--- a/de/appendix/chroot-install.xml
+++ b/de/appendix/chroot-install.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 50736 -->
+<!-- original version: 55631 -->
<sect1 id="linux-upgrade">
<title>&debian; von einem anderen Unix/Linux-System aus installieren</title>
@@ -191,6 +191,7 @@ ein:
<userinput>alpha</userinput>,
<userinput>amd64</userinput>,
<userinput>arm</userinput>,
+<userinput>armel</userinput>,
<userinput>hppa</userinput>,
<userinput>i386</userinput>,
<userinput>ia64</userinput>,
diff --git a/de/appendix/preseed.xml b/de/appendix/preseed.xml
index a4a437985..0467b4751 100644
--- a/de/appendix/preseed.xml
+++ b/de/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 54857 -->
+<!-- original version: 55679 -->
<!--
Be carefull with the format of this file as it is parsed to generate
@@ -885,9 +885,22 @@ d-i netcfg/wireless_wep string
# die Firmware zu laden, ohne Nachfrage (true). Oder Sie ändern dies auf false,
# wenn überhaupt nicht danach gefragt werden soll.
#d-i hw-detect/load_firmware boolean true
-
</screen></informalexample>
+<para>
+
+Bitte beachten Sie, dass <command>netcfg</command> die Netzmaske automatisch
+ermittelt, falls <classname>netcfg/get_netmask</classname> nicht voreingestellt
+ist. In diesem Fall muss die Variable für automatische Installationen als
+<literal>seen</literal> markiert werden. Ähnlich dazu wird <command>netcfg</command>
+auch eine geeignete Gateway-Adresse wählen, falls
+<classname>netcfg/get_gateway</classname> nicht voreingestellt wird. Es gibt
+die spezielle Möglichkeit, <classname>netcfg/get_gateway</classname> auf
+<quote>none</quote> zu setzen, um festzulegen, dass kein Gateway benutzt werden
+soll.
+
+</para>
+
</sect2>
<sect2 id="preseed-mirror">
@@ -1428,9 +1441,12 @@ d-i finish-install/reboot_in_progress note
#d-i cdrom-detect/eject boolean false
# Durch die folgende Zeile wird der Installer nach Abschluss der
-# Installation nur heruntergefahren, es wird nicht das neue System
-# gestartet.
+# Installation nur heruntergefahren, kein Neustart, es wird nicht das neue
+# System gestartet.
#d-i debian-installer/exit/halt boolean true
+# Durch die nächste Zeile wird der Rechner komplett abgeschaltet statt
+# nur gestoppt.
+#d-i debian-installer/exit/poweroff boolean true
</screen></informalexample>
</sect2>