diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-02-28 02:29:31 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-02-28 02:29:31 +0000 |
commit | bbb9236a2ff73a6e00b8ed6de03a0ed9bcc78cd5 (patch) | |
tree | 8dadf11271a74e9cf6df9a1cf38c44620f461368 /distrib | |
parent | bf9c90b0474da7aab6a9e6f002748deb72cd74b4 (diff) |
non-scsi disks are ok too
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 7660bcb422d..589888c7028 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.15 1997/10/30 21:14:41 niklas Exp $ +# $OpenBSD: install.md,v 1.16 1998/02/28 02:29:30 angelos Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -91,7 +91,7 @@ md_get_msgbuf() { } md_get_diskdevs() { - md_get_msgbuf | egrep "^sd[0-9] " + md_get_msgbuf | egrep "^[sw]d[0-9] " } md_get_cddevs() { |