blob: 76ec5ae046ab4cb2269c2e9d1c20b7ac4d563122 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: README,v 1.3 2000/03/13 23:52:33 soren Exp $
The smallnet network loader is meant to be a short term solution for
machines that can't netboot full size kernels until a proper two stage
netboot is available. It isn't the prettiest code around, but it gets
us out of a bind.
To use, "make" in this directory and then in the setnetimage directory:
make KERNEL=/path/to/nfs/install/kernel kernel
and the resultant smallnet.ecoff is suitable for netbooting.
simonb, March-May 1999.
|