diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-14 00:47:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-14 00:47:59 +0000 |
commit | b1284f7a65f7b27c35036619089c288a78b1b95d (patch) | |
tree | 8b7405dd9bc4bf9580f2a1241c21107e6f29dac9 /sys/arch/mvmeppc/conf | |
parent | 23f1eb80011a08ad6a6ea4f200e3a7d86c78ae1d (diff) |
Remove PTRACE support out of the ramdisks/miniroots.
Diffstat (limited to 'sys/arch/mvmeppc/conf')
-rw-r--r-- | sys/arch/mvmeppc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvmeppc/conf/RAMDISK b/sys/arch/mvmeppc/conf/RAMDISK index 1497ab17581..cb400320489 100644 --- a/sys/arch/mvmeppc/conf/RAMDISK +++ b/sys/arch/mvmeppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2001/09/02 19:40:03 miod Exp $ +# $OpenBSD: RAMDISK,v 1.7 2002/03/14 00:47:58 miod Exp $ # # MVMEPPC GENERIC config file # @@ -14,6 +14,7 @@ option SYS_TYPE=APPL option PCIVERBOSE include "../../../conf/GENERIC" +rmoption PTRACE config bsd root on rd0a swap on rd0b |