diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-07-01 04:51:00 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-07-01 04:51:00 +0000 |
commit | be59c4c32d0adbf82627428b3bed705ca27c0407 (patch) | |
tree | b1e7ff0a89b9f1ce56f181fcb3f7bf220655c0b4 /sys/arch/macppc | |
parent | b4d42fe00b03a3fbd37aac93d9d830f5af131cdf (diff) |
Enable FFS2 on most of the larger RAMDISK media.
ok deraadt@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
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 |