summaryrefslogtreecommitdiff
path: root/fi
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-01-30 22:56:37 +0000
committerFrans Pop <elendil@planet.nl>2006-01-30 22:56:37 +0000
commit0cada1083e967b1be74385a5ee50c8be7b57d8e1 (patch)
tree817d006bf223d6263eb012ea0ce390920c06561f /fi
parent9bb9387088a42672582a0410672a25237d272353 (diff)
downloadinstallation-guide-0cada1083e967b1be74385a5ee50c8be7b57d8e1.zip
Update of original English docs
Diffstat (limited to 'fi')
-rw-r--r--fi/appendix/preseed.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/fi/appendix/preseed.xml b/fi/appendix/preseed.xml
index 554ccb653..4b3bc8def 100644
--- a/fi/appendix/preseed.xml
+++ b/fi/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 33891 untranslated -->
+<!-- original version: 34168 untranslated -->
<!--
Be carefull with the format of this file as it is parsed to generate
@@ -509,8 +509,17 @@ d-i netcfg/choose_interface select auto
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60
-# If you prefer to configure the network manually, here's how:
+# If you prefer to configure the network manually, uncomment this line and
+# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true
+
+# If you want the preseed file to work on systems both with and without
+# a dhcp server, uncomment these lines and the static network configuration
+# below.
+#d-i netcfg/dhcp_failed note
+#d-i netcfg/dhcp_options select Configure network manually
+
+# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0