diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-21 12:48:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-21 12:48:17 +0000 |
commit | e130d84e206d6ccecfba2a2080792e99e0c340c1 (patch) | |
tree | 5f47063eba8bb6eb30a0464e13db7defd16ce6a8 | |
parent | f6a91d8a3f644b039e572127714464c12ffaa6ca (diff) | |
download | drakx-e130d84e206d6ccecfba2a2080792e99e0c340c1.tar drakx-e130d84e206d6ccecfba2a2080792e99e0c340c1.tar.gz drakx-e130d84e206d6ccecfba2a2080792e99e0c340c1.tar.bz2 drakx-e130d84e206d6ccecfba2a2080792e99e0c340c1.tar.xz drakx-e130d84e206d6ccecfba2a2080792e99e0c340c1.zip |
cleanup
-rwxr-xr-x | tools/i386/netboot/make_boot_network | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/i386/netboot/make_boot_network b/tools/i386/netboot/make_boot_network index faa6fbeb5..a0b0302a4 100755 --- a/tools/i386/netboot/make_boot_network +++ b/tools/i386/netboot/make_boot_network @@ -1,8 +1,7 @@ #!/bin/sh type=$1 -[ -z "$type" ] && { echo "usage: $0 <network card type> (eg: 3c59x)" ; exit 1; } -[ -z "$type" ] && type=3c90x +[ -z "$type" ] && { echo "usage: $0 <network card type> (eg: 3c90x)" ; exit 1; } [ -e menu.lst ] || { echo "missing file menu.lst, create one based on menu.lst.example"; exit 1; } |