diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-07-28 01:39:15 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-07-28 01:39:15 +0000 |
commit | 1e586da5a6394941811f9a49dacee470486257b5 (patch) | |
tree | 0af72110f9cecc914a6520d0a7b9a75b115b8efb /sys/arch | |
parent | c32cc56472f2df1d37d74714aa5b4a876e02eab6 (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')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/sun3/conf/RAMDISK | 4 |
4 files changed, 8 insertions, 7 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 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 diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index a82f141cc20..a7657395f11 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.16 2002/07/01 00:31:49 miod Exp $ +# $OpenBSD: RAMDISK,v 1.17 2002/07/28 01:39:14 krw Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -20,7 +20,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 INET # IP + ICMP + TCP + UDP option BOOT_CONFIG # add support for boot -c diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index 8165e800ef9..e410d3f79c2 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.20 2001/10/10 23:43:42 millert Exp $ +# $OpenBSD: RAMDISK,v 1.21 2002/07/28 01:39:14 krw Exp $ # $NetBSD: RAMDISK,v 1.3.4.1 1996/08/19 23:35:10 gwr Exp $ # Machine architecture; required by config(8) @@ -20,7 +20,7 @@ option DST=0 option DIAGNOSTIC option FFS -option NFSCLIENT +#option NFSCLIENT #option CD9660 option INET option BOOT_CONFIG |