| 509 |
# it, this might be useful. |
# it, this might be useful. |
| 510 |
#d-i netcfg/dhcp_timeout string 60 |
#d-i netcfg/dhcp_timeout string 60 |
| 511 |
|
|
| 512 |
# If you prefer to configure the network manually, here's how: |
# If you prefer to configure the network manually, uncomment this line and |
| 513 |
|
# the static network configuration below. |
| 514 |
#d-i netcfg/disable_dhcp boolean true |
#d-i netcfg/disable_dhcp boolean true |
| 515 |
|
|
| 516 |
|
# If you want the preseed file to work on systems both with and without |
| 517 |
|
# a dhcp server, uncomment these lines and the static network configuration |
| 518 |
|
# below. |
| 519 |
|
#d-i netcfg/dhcp_failed note |
| 520 |
|
#d-i netcfg/dhcp_options select Configure network manually |
| 521 |
|
|
| 522 |
|
# Static network configuration. |
| 523 |
#d-i netcfg/get_nameservers string 192.168.1.1 |
#d-i netcfg/get_nameservers string 192.168.1.1 |
| 524 |
#d-i netcfg/get_ipaddress string 192.168.1.42 |
#d-i netcfg/get_ipaddress string 192.168.1.42 |
| 525 |
#d-i netcfg/get_netmask string 255.255.255.0 |
#d-i netcfg/get_netmask string 255.255.255.0 |