Home | History | Annotate | Line # | Download | only in smallnet
README revision 1.2
      1 $NetBSD: README,v 1.2 1999/05/13 08:40:08 simonb Exp $
      2 
      3 The smallnet network loader is meant to be a short term solution for
      4 machines that can't netboot full size kernels until a proper two stage
      5 netboot is available.  It isn't the prettiest code around, but it gets
      6 us out of a bind.
      7 
      8 
      9 To use, "make" in this directory and then in the the setnetimage
     10 directory:
     11 
     12 	make KERNEL=/path/to/nfs/install/kernel kernel
     13 
     14 and the resultant smallnet.ecoff is suitable for netbooting.
     15 
     16 
     17 simonb, March-May 1999.
     18