diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 07:41:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 07:41:31 +0000 |
commit | 6ac8f280a8f1966d22ea6b5f40332a954b7743e0 (patch) | |
tree | cba318d2f003dfaf3634a4fb05ccdc10f1b1337d /sys/conf | |
parent | 43896d020821ccd06ee15b2023cc84ebf262e6ef (diff) |
enable UDF in GENERIC
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index c7debd1dc21..b04dad6f1d1 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.113 2005/01/14 14:51:27 mcbride Exp $ +# $OpenBSD: GENERIC,v 1.114 2005/03/30 07:41:30 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -49,6 +49,7 @@ option NFSCLIENT # Network File System client option NFSSERVER # Network File System server option CD9660 # ISO 9660 + Rock Ridge file system +option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system option FDESC # /dev/fd option FIFO # FIFOs; RECOMMENDED |