diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/socppc/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 177e88e44c2..b65c849299d 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.75 2008/06/26 21:49:39 todd Exp $ +# $OpenBSD: RAMDISKBIG,v 1.76 2008/07/01 04:50:59 brad Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -35,6 +35,7 @@ maxusers 8 # estimated number of users # File system options option FFS # Fast file system +option FFS2 # Fast file system 2 option CD9660 # ISO 9660 + Rock Ridge file system # Networking options diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index e46b1790d97..fda2cf72429 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.86 2008/06/26 16:31:01 todd Exp $ +# $OpenBSD: RAMDISK_CD,v 1.87 2008/07/01 04:50:59 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -13,6 +13,7 @@ option DST=0 # daylight saving time used by RTC #makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS +option FFS2 # UFS2 #option EXT2FS # Linux ext2fs option NFSCLIENT # Network File System client diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 458417b0758..7c7512b6b2d 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.11 2008/07/01 04:50:59 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -29,6 +29,7 @@ option PCIVERBOSE option DST=0 # daylight saving time used by RTC option FFS # UFS +option FFS2 # UFS2 option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 3c2fd80a01c..19fcdc2ac47 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.155 2008/06/26 16:31:01 todd Exp $ +# $OpenBSD: RAMDISK_CD,v 1.156 2008/07/01 04:50:59 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -15,6 +15,7 @@ option DST=0 # daylight saving time used by RTC #makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS +option FFS2 # UFS2 option EXT2FS # Linux ext2fs option NFSCLIENT # Network File System client diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index cc678fbaf0b..59bdee49548 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.76 2007/11/17 23:44:24 brad Exp $ +# $OpenBSD: RAMDISK,v 1.77 2008/07/01 04:50:59 brad Exp $ # # PPC GENERIC config file # @@ -18,6 +18,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC option COMPAT_43 # and 4.3BSD option FFS # UFS +option FFS2 # UFS2 option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index 6204941a7c4..3c32222d9a7 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2008/06/27 05:29:54 todd Exp $ +# $OpenBSD: RAMDISK,v 1.22 2008/07/01 04:50:59 brad Exp $ # machine sgi mips64 @@ -20,6 +20,7 @@ option DDB # Filesystem options option CD9660 # ISO 9660 + Rock Ridge file system option FFS # fast filesystem +option FFS2 # fast filesystem 2 #option MSDOSFS # Ability to read write MS-Dos filesystem option NFSCLIENT # Sun NFS-compatible filesystem (client) diff --git a/sys/arch/socppc/conf/RAMDISK b/sys/arch/socppc/conf/RAMDISK index efd11cf85b0..48f1c263a4e 100644 --- a/sys/arch/socppc/conf/RAMDISK +++ b/sys/arch/socppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2008/05/26 12:37:23 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.3 2008/07/01 04:50:59 brad Exp $ machine socppc powerpc @@ -8,6 +8,7 @@ option PCIVERBOSE option USBVERBOSE option FFS # UFS +option FFS2 # UFS2 option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 5b220b0e44c..4d0a0bdae68 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.72 2008/06/14 02:07:06 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.73 2008/07/01 04:50:59 brad Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -23,6 +23,7 @@ option DST=0 # daylight saving time used by RTC option SMALL_KERNEL option NO_PROPOLICE option FFS # UFS +option FFS2 # UFS2 option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system |