diff options
author | 2004-08-06 19:28:41 +0000 | |
---|---|---|
committer | 2004-08-06 19:28:41 +0000 | |
commit | 9b397013e9fa3fd01c63d485ec45911f8cb5448c (patch) | |
tree | 0579c72da3834a3a445ce62e9c75aece349209e3 | |
parent | conditional use of RLIMIT_VMEM (like ksh) (diff) | |
download | wireguard-openbsd-9b397013e9fa3fd01c63d485ec45911f8cb5448c.tar.xz wireguard-openbsd-9b397013e9fa3fd01c63d485ec45911f8cb5448c.zip |
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() { |