Subject: Re: Swapping to vnodes
To: Gary D. Duzan <gary@wheel.tiac.net>
From: Ken Hornstein <kenh@entropic.com>
List: current-users
Date: 10/26/1994 13:53:31
>   Is there some magic to get the system to swap to a vnode device?
>I can get it to mount if I fudge an /etc/disktab entry and run
>newfs on it, but swapon refuses to see it:

You didn't used to be able to swap to vnd's at all, but I _think_ that was
fixed (check out the devices file in conf, or maybe the devices.i386).  But
the most important thing is to build a kernel with the following line:

config netbsd root on sd0 swap on sd0 and vnd0

(or whatever ... might be "vn0").

--Ken