diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-06-23 16:19:14 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-06-23 16:19:14 +0000 |
commit | 252db660a924a3d62fea584d4e2d2b172839dd49 (patch) | |
tree | dc7041691284a9e26b55e1b9e3ed7f40e47d611e | |
parent | 01f2d7a53ff47572eb83f01110985a4bbfa8e2f6 (diff) |
Update to scottr's current SPOT config from NetBSD.
-rw-r--r-- | sys/arch/mac68k/conf/SPOT | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/mac68k/conf/SPOT b/sys/arch/mac68k/conf/SPOT index fa34bdb56b6..90745417a93 100644 --- a/sys/arch/mac68k/conf/SPOT +++ b/sys/arch/mac68k/conf/SPOT @@ -1,5 +1,5 @@ -# $OpenBSD: SPOT,v 1.2 1996/05/26 18:35:10 briggs Exp $ -# $NetBSD: SPOT,v 1.8 1996/05/20 03:23:36 scottr Exp $ +# $OpenBSD: SPOT,v 1.3 1996/06/23 16:19:13 briggs Exp $ +# $NetBSD: SPOT,v 1.10 1996/06/20 04:11:55 scottr Exp $ # # SPOT @@ -24,12 +24,13 @@ options DDB options FFS options QUOTA # fast filesystem with user and group quotas options MFS # memory-based filesystem -#options NFSSERVER # Sun NFS-compatible filesystem -#options NFSCLIENT # Sun NFS-compatible filesystem -#options NULLFS # Null (formerly loop-back) filesystem +options NFSSERVER # Sun NFS-compatible filesystem +options NFSCLIENT # Sun NFS-compatible filesystem +options NULLFS # Null (formerly loop-back) filesystem options CD9660 # ISO-9660 w/ RockRidge options KERNFS # kernel data-structure filesystem options FDESC # user file descriptor filesystem +options UNION # union filesystem #options UMAPFS # uid/gid remapping filesystem #options LFS # Log-based filesystem (still experimental) #options PORTAL # portal filesystem (still experimental) |