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/sun3 | |
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/sun3')
-rw-r--r-- | sys/arch/sun3/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
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 |