summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-09-28 08:32:20 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-09-28 08:32:20 +0000
commita40b7ec705839b13f0147da14220783871e3eaef (patch)
tree654b177536664a2db80906adb901a340652e6a49
parentf638a48b530d0d9f56f325bf16280f71e59a55a4 (diff)
Add floppy filesystem goop.
-rw-r--r--sys/arch/i386/conf/INST4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/INST b/sys/arch/i386/conf/INST
index 8fbd4369036..729513c26c0 100644
--- a/sys/arch/i386/conf/INST
+++ b/sys/arch/i386/conf/INST
@@ -1,4 +1,4 @@
-# $OpenBSD: INST,v 1.11 1996/09/20 06:45:06 deraadt Exp $
+# $OpenBSD: INST,v 1.12 1996/09/28 08:32:19 downsj Exp $
# $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $
#
# Install kernels no longer support X.
@@ -6,6 +6,8 @@
machine i386 # architecture, used by config; REQUIRED
+option INSTALL # support floppy install
+
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU