summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-09-14 11:17:44 +0000
committerFrans Pop <elendil@planet.nl>2008-09-14 11:17:44 +0000
commitc2e4f269cc3bcf718f20e94d95f0118025216a66 (patch)
tree4c8fc556769ac6dba245ce9f87a7512c7cb99704 /nl/appendix
parent0527bd126a1d034a4bd92f751d27697411c0aa56 (diff)
downloadinstallation-guide-c2e4f269cc3bcf718f20e94d95f0118025216a66.zip
Update of untranslated documents
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/chroot-install.xml3
-rw-r--r--nl/appendix/preseed.xml15
2 files changed, 16 insertions, 2 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml
index e8ba6bfb4..5a73a8d4f 100644
--- a/nl/appendix/chroot-install.xml
+++ b/nl/appendix/chroot-install.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 50736 untranslated -->
+<!-- original version: 55631 untranslated -->
<sect1 id="linux-upgrade">
<title>Installing &debian; from a Unix/Linux System</title>
@@ -177,6 +177,7 @@ in the <command>debootstrap</command> command:
<userinput>alpha</userinput>,
<userinput>amd64</userinput>,
<userinput>arm</userinput>,
+<userinput>armel</userinput>,
<userinput>hppa</userinput>,
<userinput>i386</userinput>,
<userinput>ia64</userinput>,
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index 45d7c6cdd..74323b17f 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 55054 untranslated -->
+<!-- original version: 55679 untranslated -->
<!--
Be careful with the format of this file as it is parsed to generate
@@ -837,6 +837,19 @@ d-i netcfg/wireless_wep string
#d-i hw-detect/load_firmware boolean true
</screen></informalexample>
+<para>
+
+Please note that <command>netcfg</command> will automatically determine the
+netmask if <classname>netcfg/get_netmask</classname> is not preseeded. In
+this case, the variable has to be marked as <literal>seen</literal> for
+automatic installations. Similarly, <command>netcfg</command> will choose
+an appropriate address if <classname>netcfg/get_gateway</classname> is not
+set. As a special case, you can set
+<classname>netcfg/get_gateway</classname> to <quote>none</quote> to specify
+that no gateway should be used.
+
+</para>
+
</sect2>
<sect2 id="preseed-mirror">