/[d-i]/trunk/manual/en/appendix/preseed.xml
ViewVC logotype

Diff of /trunk/manual/en/appendix/preseed.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33891 by cjwatson, Mon Jan 9 11:36:11 2006 UTC revision 34168 by joeyh, Wed Jan 18 21:01:30 2006 UTC
# Line 509  d-i netcfg/choose_interface select auto Line 509  d-i netcfg/choose_interface select auto
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

Legend:
Removed from v.33891  
changed lines
  Added in v.34168

  ViewVC Help
Powered by ViewVC 1.1.5