> > the dhcp.xxx stuff is easy, the problem is that the DHCP options are not
> > enough, so im trying to look into defining a FBSDclass ala PXEClient, and
> > supplying stuff like usr-ip/usr-path swap-ip/swap-path or whatever.
> 
> You don't need those; you can get them out of /etc/fstab.  In particular, 
> the whole idea of passing the NFS swap details in at this stage is just 
> *totally* bogus.

How do you specify nfs swap in the fstab file? I have been trying the
way diskless(8) says and a few permutations thereof, but so far without
luck. I get the feeling that swapon don't know how to handle nfs swap.
What I have tried was:

10.1.2.3:/export/myclient/swap none swap sw,nfsmntpt=/swap
10.1.2.3:/export/myclient/swap none swap sw
10.1.2.3:/export/myclient/swap none nfs sw

But each time I get this message:

swapon: 10.1.2.3:/export/myclient/swap: No such file or directory

John
-- 
John Hay -- [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to