diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 1998-09-17 20:40:02 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 1998-09-17 20:40:02 +0000 |
commit | 72836cbe111f9be29e5bc869760913eaae7b9750 (patch) | |
tree | ac25cff5568f4f0cedf98d18d976009eab6d35e3 /sys/arch/i386/conf/RAMDISK | |
parent | 294bf2818d72325c4440a20bc8250fcae1eedf88 (diff) |
add "option APM_NOPRINT" for this kernel
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 201037e7517..8fe70f8c416 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.36 1998/09/17 12:43:19 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.37 1998/09/17 20:40:01 marc Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -7,6 +7,7 @@ machine i386 # architecture, used by config; REQUIRED option SCSITERSE +option APM_NOPRINT option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU |