diff options
author | Frans Pop <elendil@planet.nl> | 2006-01-30 22:56:37 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-01-30 22:56:37 +0000 |
commit | 0cada1083e967b1be74385a5ee50c8be7b57d8e1 (patch) | |
tree | 817d006bf223d6263eb012ea0ce390920c06561f | |
parent | 9bb9387088a42672582a0410672a25237d272353 (diff) | |
download | installation-guide-0cada1083e967b1be74385a5ee50c8be7b57d8e1.zip |
Update of original English docs
-rw-r--r-- | fi/appendix/preseed.xml | 13 | ||||
-rw-r--r-- | nl/appendix/preseed.xml | 13 |
2 files changed, 22 insertions, 4 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 diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 554ccb653..4b3bc8def 100644 --- a/nl/appendix/preseed.xml +++ b/nl/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 |