diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-03-15 20:06:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-03-15 20:06:04 +0000 |
commit | 5630adf08d35665fdb2202af84a787090a2d27bc (patch) | |
tree | 43fee1f5c91401e58ee2a4a3121d6ec50fbd52af /sys/arch/i386/conf/RAMDISK | |
parent | a37e4bb2050d19bc4bc53ed83ddd565abd3f6a57 (diff) |
Take cd9660 support off the "obviously a floppy" install media, to find
new space. The same cannot be done yet with some other architectures
which share the RAMDISK kernel amongst media types too tightly. I am
investigating the horrific src/distrib cleanups required to fix that.
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index eb145976ac0..d5807888995 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.178 2011/09/21 16:59:27 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.179 2012/03/15 20:06:03 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -18,7 +18,7 @@ option FFS # UFS #option NFSCLIENT # Network File System client -option CD9660 # ISO 9660 + Rock Ridge file system +#option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP |