summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-30 07:42:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-30 07:42:14 +0000
commit3c779eda0623120951766a329eeb17bdfdaaaa5f (patch)
tree5ef3d355ade00b0972d73a40c9e08950848c05f1 /sys/arch/macppc/conf
parent6ac8f280a8f1966d22ea6b5f40332a954b7743e0 (diff)
enable UDF on large install media for architectures likely to have DVD drives
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r--sys/arch/macppc/conf/RAMDISK3
1 files changed, 2 insertions, 1 deletions
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)