diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 08:32:20 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 08:32:20 +0000 |
commit | a40b7ec705839b13f0147da14220783871e3eaef (patch) | |
tree | 654b177536664a2db80906adb901a340652e6a49 | |
parent | f638a48b530d0d9f56f325bf16280f71e59a55a4 (diff) |
Add floppy filesystem goop.
-rw-r--r-- | sys/arch/i386/conf/INST | 4 |
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 |