diff options
author | Joey Hess <joeyh@debian.org> | 2006-01-18 21:01:30 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2006-01-18 21:01:30 +0000 |
commit | cb081673e1143bb5fc0f9050b88b4cc0bbccddb6 (patch) | |
tree | 77299bbcec2b60d952277d9cacac83bd967c2ee5 /en | |
parent | 008ddf70f34d2ee3e891bdb1d6b5de9e429c0b9b (diff) | |
download | installation-guide-cb081673e1143bb5fc0f9050b88b4cc0bbccddb6.zip |
* Add docs about preseeding a fallback to a static IP if dhcp fails.
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 539161d0d..a5f1f2dc2 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -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 |