Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 14:20:43 +0200 (SAT)
From:      John Hay <jhay@icomtek.csir.co.za>
To:        msmith@freebsd.org (Mike Smith)
Cc:        danny@cs.huji.ac.il (Danny Braniss), freebsd-hackers@freebsd.org
Subject:   Re: dhcp boot was: Re: diskless workstation
Message-ID:  <200011041220.eA4CKhY60343@zibbi.icomtek.csir.co.za>
In-Reply-To: <200009211658.JAA00670@mass.osd.bsdi.com> from Mike Smith at "Sep 21, 2000 09:58:31 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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 -- John.Hay@icomtek.csir.co.za


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011041220.eA4CKhY60343>