:> In message <[EMAIL PROTECTED]>you write:
:> 
:> }Mostly I guess I'd really like it to simply save *all* of the DHCP 
:> }response in the environment.  Just "dhcp.xxx" where xxx is the parameter 
:> }value would probably do it, or we can argue about names for everything if 
:> }there aren't established names already.
:> }
:> what's in a name ;-)
:> 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.

    You can specify swap paritions with dhcpd just fine, just use
    the the numerical IP:

    option root-path "999.999.99.99:/";
    option option-128 "999.999.99.99:/images/swap";

                                                -Matt



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

Reply via email to