diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-06 19:28:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-06 19:28:42 +0000 |
commit | 657b0fbb716d828d127185e64617ee1d62e20e48 (patch) | |
tree | 15498acd3f04f0383bdb37d1f84b88985c098baa | |
parent | 7752595a109a5f6d4d119798f303a5f96388c19c (diff) |
No need to look for disk drives and cd-rom drives in a specific way now
that we use MI scsi; found out the hard way by deraadt@
-rw-r--r-- | distrib/hp300/ramdisk/install.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md index b5e6c412235..27a56a2c1b6 100644 --- a/distrib/hp300/ramdisk/install.md +++ b/distrib/hp300/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.37 2003/10/12 13:18:37 krw Exp $ +# $OpenBSD: install.md,v 1.38 2004/08/06 19:28:41 miod Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -40,8 +40,6 @@ # MDTERM=hp300h -MDDISKDEVS='/^hd[0-9][0-9]*:./s/:.*//p;/^sd[0-9][0-9]*:.*cylinders/s/:.*//p' -MDCDDEVS='/^sd[0-9][0-9]*:.*CD-ROM/s/:.*//p' ARCH=ARCH md_set_term() { |