Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2001 13:41:20 -0700 (PDT)
From:      Doug Ambrisko <ambrisko@ambrisko.com>
To:        David Gilbert <dgilbert@velocet.ca>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: NFS swap?
Message-ID:  <200106122041.f5CKfKb49136@ambrisko.com>
In-Reply-To: <15142.27932.205227.738099@trooper.velocet.net> "from David Gilbert at Jun 12, 2001 03:27:24 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
David Gilbert writes:
| I used to include 'option option-128 "/path/to/swap"' in my dhcpd.conf 
| file to get nfs swap mounted properly.  I'm now using a 4.3 kernel and 
| dhcpd 3.0rc4 from ISC.  It won't allow me to put in option-128.  Is
| there any other way to specify nfs based swap?

Try this first define the option near the top:
	option swap-path code 128 = string;
then use it as:
	option swap-path "/path/to/swap";

It's actually kind of nice to bad it doesn't totally work for dhclient
when you want to request and option that is not standard.

Doug A.

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?200106122041.f5CKfKb49136>