summaryrefslogtreecommitdiff
path: root/distrib/alpha
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-02-28 02:39:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-02-28 02:39:12 +0000
commitf867b7d5d7ae666adf7d1c3123aefe4a9c8485b7 (patch)
treef044377ea98594cf5c54d7495c5ddc2352385724 /distrib/alpha
parent68ef5be9001731ce9570e1d95db22707f30da9a6 (diff)
Alpha does atapi cdrom too. Also deal with sd/wd > 9.
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/ramdisk/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md
index 589888c7028..3c6817a68f6 100644
--- a/distrib/alpha/ramdisk/install.md
+++ b/distrib/alpha/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.16 1998/02/28 02:29:30 angelos Exp $
+# $OpenBSD: install.md,v 1.17 1998/02/28 02:39:11 millert Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -91,11 +91,11 @@ md_get_msgbuf() {
}
md_get_diskdevs() {
- md_get_msgbuf | egrep "^[sw]d[0-9] "
+ md_get_msgbuf | egrep "^[sw]d[0-9]+ " | sed 's/ .*//'
}
md_get_cddevs() {
- md_get_msgbuf | egrep "^cd[0-9] "
+ md_get_msgbuf | egrep "^a?cd[0-9]+ " | sed 's/ .*//'
}
md_get_ifdevs() {