diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-20 21:32:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-20 21:32:41 +0000 |
commit | 9f96f49b243ac951900a3a8daf94e174569b882e (patch) | |
tree | 6b893833ad2edb86195b033b4faf4957f6ebb338 /sys/arch | |
parent | 42ec3ed071d35cdb857ca9248b77b3544e7cdd8f (diff) |
add CD9660
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index adac936b98b..cd30e4e1ddb 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.16 2001/09/28 22:58:56 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.17 2001/10/20 21:32:40 deraadt 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. @@ -26,6 +26,7 @@ maxusers 8 # estimated number of users # File system options option FFS # Fast file system +option CD9660 # ISO 9660 + Rock Ridge file system # Networking options option INET # Internet protocol suite |