From b4e5146fc5b49042898bc6f2bc1cb853d54a8d93 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 22 Oct 1994 17:50:17 +0000 Subject: [PATCH] NFS-diskless works. Look in sys/i386/boot/netboot for some of the explanation. More doc needed, but not hard to do, if you want to. A big hand to Martin Renters for the netboot program ! Anybody want to compete on who can "make world" in the shortest amount of time ? I have 127 i486DX2/66 and 5 P60's I can use now. And 3 times 66 Gb file servers to support it... :-> Anyway, NFS will be standard in the GENERIC kernel now, so that people can use the bin-tarball to set up shop. --- sys/amd64/conf/GENERIC | 3 ++- sys/i386/conf/GENERIC | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 2a4b8dbb594..7ea95fc0be4 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERICAH -- Generic machine with WD/AHx/NCR family disks # -# $Id: GENERIC,v 1.2 1994/10/20 00:19:34 phk Exp $ +# $Id: GENERIC,v 1.3 1994/10/20 00:53:25 phk Exp $ # machine "i386" @@ -14,6 +14,7 @@ maxusers 10 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast File System +options NFS #Network File system options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options UCONSOLE #X Console support diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 2a4b8dbb594..7ea95fc0be4 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERICAH -- Generic machine with WD/AHx/NCR family disks # -# $Id: GENERIC,v 1.2 1994/10/20 00:19:34 phk Exp $ +# $Id: GENERIC,v 1.3 1994/10/20 00:53:25 phk Exp $ # machine "i386" @@ -14,6 +14,7 @@ maxusers 10 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast File System +options NFS #Network File system options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options UCONSOLE #X Console support