In my bootparams file, I have:
swap=server:/usr/netbsd/swap
root=server:/usr/netbsd/root
with /usr/netbsd exported via nfs. root is mounted, no problems, but
the kernel doesn't appear to get the swap. Do I need to move the swap
file inside /usr/netbsd/root and just add /swap to fstab ?
that's the easiest and preferred solution.