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.
This commit is contained in:
parent
5a2162043c
commit
b4e5146fc5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user