diff options
author | 2002-03-19 08:43:56 +0000 | |
---|---|---|
committer | 2002-03-19 08:43:56 +0000 | |
commit | 978bd674509492e1da9baeb5982d6a02a60a24b4 (patch) | |
tree | 170d4d76aec0e674db0f5837205626cf29c7aaf5 | |
parent | o check if the file is exists, is readable and executable before going (diff) | |
download | wireguard-openbsd-978bd674509492e1da9baeb5982d6a02a60a24b4.tar.xz wireguard-openbsd-978bd674509492e1da9baeb5982d6a02a60a24b4.zip |
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() { |