diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-05-30 19:16:20 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-05-30 19:16:20 +0000 |
commit | 965cdb7cb8043b5f1832bd3ae8fbc3ab538d3591 (patch) | |
tree | fce88aeb93bae67a851740c5ddd0145ca7066ba0 /sys/arch/i386/conf/ELBERETH | |
parent | 81be3f5664a584b1823914a3e5e4698fc8aa476b (diff) |
add EXT2FS
Diffstat (limited to 'sys/arch/i386/conf/ELBERETH')
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index db21f682ad3..73966bd6bbd 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.5 1997/04/29 05:15:16 deraadt Exp $ +# $OpenBSD: ELBERETH,v 1.6 1997/05/30 19:16:19 kstailey Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -51,6 +51,7 @@ options LKM # loadable kernel modules options FFS # UFS #options QUOTA # UFS quotas options MFS # memory file system +options EXT2FS # Linux 2nd Extent-based filesystem options NFSCLIENT # Network File System client options NFSSERVER # Network File System server @@ -61,7 +62,7 @@ options FIFO # FIFOs; multiuser fails without this options KERNFS # /kern options MSDOSFS # MS-DOS file system #options NULLFS # loopback file system -#options PORTAL # portal file system +#options PORTAL # run programs by accessing files options PROCFS # /proc #options UMAPFS # NULLFS + uid and gid remapping #options UNION # union file system |