summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf
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/macppc/conf
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/macppc/conf')
-rw-r--r--sys/arch/macppc/conf/RAMDISK3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK
index 97b93fe9943..84a8026edf5 100644
--- a/sys/arch/macppc/conf/RAMDISK
+++ b/sys/arch/macppc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.14 2002/07/24 00:22:35 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.15 2002/07/28 01:39:14 krw Exp $
#
# PPC GENERIC config file
#
@@ -20,6 +20,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by
option DST=0 # daylight saving time used by RTC
option COMPAT_43 # and 4.3BSD
option FFS # UFS
+option NFSCLIENT # Network File System client
option MFS # memory file system
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system