kern/67545: [nfs] NFS Diskless Mount Option Suggestion

Brooks Davis brooks at freebsd.org
Fri Feb 15 15:51:52 UTC 2008


As of 6.3, you should be able to do this via the bootp/dhcp site option 130.
With a recent ISC dhcpd, you do:

# This must be outside any {}'s
option freebsd-nfsroot-opts code 130 = string;
# This can be anywhere
option freebsd-nfsroot-opts "rsize=32768,wsize=32768,tcp,nolockd";

Being able to compile in a default string or set one via kenv does seem
somewhat useful, but this feature should be sufficent in many cases.

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-bugs/attachments/20080215/16f18cdc/attachment.pgp


More information about the freebsd-bugs mailing list