diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 07:42:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 07:42:14 +0000 |
commit | 3c779eda0623120951766a329eeb17bdfdaaaa5f (patch) | |
tree | 5ef3d355ade00b0972d73a40c9e08950848c05f1 /sys/arch | |
parent | 6ac8f280a8f1966d22ea6b5f40332a954b7743e0 (diff) |
enable UDF on large install media for architectures likely to have DVD drives
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 01b177e947d..baa2642850b 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.28 2005/03/13 17:24:12 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.29 2005/03/30 07:42:13 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -18,6 +18,7 @@ option FFS # UFS #option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system +option UDF option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index cba9984149f..6dc5b7a65d1 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.92 2005/03/18 22:39:59 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.93 2005/03/30 07:42:13 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -28,6 +28,7 @@ option EXT2FS # Linux ext2fs #option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system +option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index e22409b455b..1eb12b901bc 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.43 2005/03/19 21:37:09 martin Exp $ +# $OpenBSD: RAMDISK,v 1.44 2005/03/30 07:42:13 deraadt Exp $ # # PPC GENERIC config file # @@ -22,6 +22,7 @@ option COMPAT_43 # and 4.3BSD option FFS # UFS option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system +option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP #option INET6 # IPv6 (needs INET) |