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

« back to all changes in this revision

Viewing changes to tests/arm/nslu2_dhcp.test

  • Committer: Bazaar Package Importer
  • Author(s): Martin Michlmayr, Gordon Farquharson
  • Date: 2007-02-26 17:14:08 UTC
  • mfrom: (1.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20070226171408-646pskkrwvxo8suv
Tags: 1.3
[ Gordon Farquharson ]
NSLU2: use eth1 rather than eth0 when no NPE microcode is found,
so it try to use USB Ethernet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        [ -z "$NAMESERVERS" ] && NAMESERVERS=192.168.1.1
13
13
        dhcp_fallback "$1"
14
14
fi
 
15
generate_preseed_file "$1"
15
16