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

« back to all changes in this revision

Viewing changes to tests/arm/nslu2.test

  • 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:
2
2
if [ "$INTERFACE" = "ixp0" ]; then
3
3
        INTERFACE=eth0
4
4
fi
5
 
if [ "$NET_CONFIG" = "static" -a "$IPADDRESS" = "192.168.1.77" ]; then
6
 
        unset NET_CONFIG
7
 
fi
 
5
sanity_check_static_config
8
6
if [ "$NET_CONFIG" != "static" ]; then
9
7
        IPADDRESS=192.168.1.77
10
8
        NETMASK=255.255.255.0