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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to