diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-11-05 03:57:18 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-11-05 03:57:18 +0000 |
commit | 5ed7b4136d82d2a74c1c17c8413e4c4906049aef (patch) | |
tree | 5521b0e14efad552ff1bc76675306562412d79f8 /sys/arch/i386/conf/GANDALF | |
parent | c3a13c73486aadd8bca91dcb026bbed614e51fb4 (diff) |
Enable NFS
Add configuration for test machine
Diffstat (limited to 'sys/arch/i386/conf/GANDALF')
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index e92a24f1658..3a6aa41167f 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,7 +1,7 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.16 1996/10/28 00:43:36 tholo Exp $ +# $OpenBSD: GANDALF,v 1.17 1996/11/05 03:57:15 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -20,7 +20,7 @@ option XSERVER maxusers 32 # estimated number of users option TIMEZONE=480 # time zone to adjust RTC time by -option DST=1 # daylight savings time used by RTC +option DST=0 # daylight savings time used by RTC option NTP # High precision timekeeping support option SWAPPAGER # paging; REQUIRED @@ -56,8 +56,8 @@ option QUOTA # UFS quotas #option LFS # log-structured file system option MFS # memory file system -#option NFSCLIENT # Network File System client -#option NFSSERVER # Network File System server +option NFSCLIENT # Network File System client +option NFSSERVER # Network File System server option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system |