diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-30 21:14:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-30 21:14:42 +0000 |
commit | 7e90f98c97ee7a79a7640953561a29ed35ed69bd (patch) | |
tree | 0262af5b4c3b60847df92c3122340aa30d7ec312 /distrib/alpha | |
parent | ff4baeb7aa9298a69a3ef8023e3fc1e3420d6056 (diff) |
recognize ep* interfaces, fix greeting.
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 9c3576fd704..7660bcb422d 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.14 1997/10/25 04:51:14 deraadt Exp $ +# $OpenBSD: install.md,v 1.15 1997/10/30 21:14:41 niklas Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -100,7 +100,7 @@ md_get_cddevs() { md_get_ifdevs() { # return available network devices - md_get_msgbuf | egrep "(^ed[0-9] |^[dl]e[0-9] |fxp[0-9])" | sed -e 's/^ *//' -e 's/ .*//' + md_get_msgbuf | egrep "(^e[dp][0-9] |^[dl]e[0-9] |fxp[0-9])" | sed -e 's/^ *//' -e 's/ .*//' } md_get_partition_range() { @@ -184,7 +184,7 @@ md_welcome_banner() { { if [ "$MODE" = "install" ]; then echo "" - echo "Welcome to the OpenBSD/alpha ${VERSION} installation program." + echo "Welcome to the OpenBSD/alpha ${VERSION_MAJOR}.${VERSION_MINOR} installation program." cat << \__welcome_banner_1 This program is designed to help you put OpenBSD on your disk, in a |