Subject: Re: Want a Kernel that doesn't require swapspace
To: None <cracauer@wavehh.hanse.de>
From: Giles Lean <giles@nemeton.com.au>
List: netbsd-help
Date: 04/11/1996 20:35:56
On Wed, 10 Apr 1996 19:44:13 +0200 (MET DST)  Martin Cracauer wrote:

> I think of something like 
> > # kernel config file
> > config         netbsd  root on sd0 swap none
> 
> How is this solved when netbooting a diskless machine?

Have a look at the DISKLESS and INSTOTHER config files in
/usr/src/sys/arch/i386/conf.

DISKLESS uses:

config netbsd root on nfs swap on nfs

and the INST* kernels use:

config netbsd generic swap

Ciao,

Giles