diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-03-19 08:43:57 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-03-19 08:43:57 +0000 |
commit | 2b0d6b668d8d82c5fc7bf01aecfbd7643d77cf21 (patch) | |
tree | a59d805d82fb112f66bc16c4d7b35ba32e1ce427 | |
parent | 122e89f94c0becf35865c08002937cfafdd53f34 (diff) |
Match RRD40 as a cdrom on MSCP. May be useful to simh users, even if
nobody has the actual hardware.
-rw-r--r-- | distrib/vax/install.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/vax/install.md b/distrib/vax/install.md index 5c78882810b..ccada6c154e 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.7 2002/03/10 06:51:15 hugh Exp $ +# $OpenBSD: install.md,v 1.8 2002/03/19 08:43:56 hugh Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -74,7 +74,8 @@ md_get_diskdevs() { md_get_cddevs() { # return available CDROM devices - md_get_msgbuf | sed -n -e '/^cd[0-9] /{s/ .*//;p;}' + md_get_msgbuf | sed -n -e '/^cd[0-9] /{s/ .*//;p;}' \ + -e '/^ra[0-9] .* RRD40$/{s/ .*//;p;}' } md_get_partition_range() { |