summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2002-07-28 01:39:15 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2002-07-28 01:39:15 +0000
commit1e586da5a6394941811f9a49dacee470486257b5 (patch)
tree0af72110f9cecc914a6520d0a7b9a75b115b8efb /sys/arch/sparc
parentc32cc56472f2df1d37d74714aa5b4a876e02eab6 (diff)
Add 'option NFSCLIENT' to macppc RAMDISK.
Delete (comment out) 'option NFSCLIENT' in sparc, sparc64, and sun3 RAMDISKs. This brings the presence of /sbin/mount_nfs in the boot image and the presence of NFSCLIENT in the RAMDISK kernel into alignment. Except for sparc64 which will now have mount_nfs removed from the boot image to save space. mvme88k RAMDISK did not need to be adjusted as it only *looks* like it does not have NFSCLIENT. It actually includes the system GENERIC. Investigation for inconsistancies prompted by todd@. This solution recommended by deraadt@.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/conf/RAMDISK4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK
index 84eec781396..58660d71299 100644
--- a/sys/arch/sparc/conf/RAMDISK
+++ b/sys/arch/sparc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.29 2001/10/09 21:35:45 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.30 2002/07/28 01:39:14 krw Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -19,7 +19,7 @@ option DST=0 # daylight saving time used by RTC
option SMALL_KERNEL
option DIAGNOSTIC # internal consistency checks
option FFS # UFS
-option NFSCLIENT # Network File System client
+#option NFSCLIENT # Network File System client
option CD9660 # ISO 9660 + Rock Ridge file system
#option FDESC # /dev/fd
#option FIFO # FIFOs; RECOMMENDED