* Oliver Fromme <[EMAIL PROTECTED]> [2006-12-28 12:34 +0100]:
> I'm afraid I don't know how to specify any mount options
> for the root file system when mounting it via the kernel's
> BOOTP options, but if you mount it read-only (or just treat

You can set some, but AFAIK not -L. :(

dhcpd.conf:
option rootopts code 130 = text ;
option rootopts "rsize=65536,wsize=65536,tcp";


With PXE and without the BOOTP option it's possible to set -L
loader.conf:
boot.nfsroot.options="nolockd"

Nicolas

-- 
http://www.rachinsky.de/nicolas
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to