diff options
author | 2002-03-10 06:51:15 +0000 | |
---|---|---|
committer | 2002-03-10 06:51:15 +0000 | |
commit | 01702aac92c7fbd56a4ddc47f6c4906b10ffd6e4 (patch) | |
tree | 92d8d3207a8529e7f20c43546e94dc4bf1a5b274 | |
parent | Use the base boot. (diff) | |
download | wireguard-openbsd-01702aac92c7fbd56a4ddc47f6c4906b10ffd6e4.tar.xz wireguard-openbsd-01702aac92c7fbd56a4ddc47f6c4906b10ffd6e4.zip |
Add ra[0-9] hd[0-9] and rl[0-9] to drives matched by md_get_diskdevs.
-rw-r--r-- | distrib/vax/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/vax/install.md b/distrib/vax/install.md index 7d5fdf5eb70..5c78882810b 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.6 2002/03/10 06:48:43 hugh Exp $ +# $OpenBSD: install.md,v 1.7 2002/03/10 06:51:15 hugh Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -68,8 +68,8 @@ md_get_msgbuf() { md_get_diskdevs() { # return available disk devices - md_get_msgbuf | sed -n -e '/^sd[0-9] /{s/ .*//;p;}' \ - -e '/^x[ra][0-9] /{s/ .*//;p;}' + md_get_msgbuf |sed -n -e '/^[hs]d[0-9] /{s/ .*//;p;}' \ + -e '/^r[al][0-9] /{s/ .*//;p;}' } md_get_cddevs() { |