~ubuntu-branches/ubuntu/maverick/oldsys-preseed/maverick

« back to all changes in this revision

Viewing changes to tests/arm/dns323-dhcp.preseed

  • Committer: Bazaar Package Importer
  • Author(s): Martin Michlmayr
  • Date: 2009-03-09 20:21:36 UTC
  • mfrom: (2.1.4 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090309202136-hao0h9jwwlaupaxr
Tags: 3.2lenny1
* Add support for the D-Link DNS-323, thanks to a patch from
  Matt Palmer.  Closes: #502821.
* Generate DHCP fallback information on the D-Link DNS-323, thanks
  Laurie Bradshaw.
* Don't use the default hostname on the D-Link DNS-323 and Conceptronic
  CH3SNAS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
d-i netcfg/choose_interface select eth0
 
2
d-i netcfg/use_dhcp boolean true
 
3
d-i netcfg/dhcp_failed note
 
4
d-i netcfg/dhcp_options select Configure network manually
 
5
d-i netcfg/get_ipaddress string 192.168.0.32
 
6
d-i netcfg/get_netmask string 255.255.255.0
 
7
d-i netcfg/get_gateway string 192.168.0.1
 
8
d-i netcfg/get_nameservers string 192.168.0.254 192.168.0.255