Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 01:30:29 -0800
From:      Luigi Rizzo <rizzo@icir.org>
To:        net@FreeBSD.ORG
Subject:   Re: can we set options for nfsroot mount from bootp ?
Message-ID:  <20020311013029.E40002@iguana.icir.org>
In-Reply-To: <20020311011913.D40002@iguana.icir.org>
References:  <20020311011913.D40002@iguana.icir.org>

next in thread | previous in thread | raw e-mail | index | archive | help
UTSL... from sys/nfs/bootp_subr.c

/* Site specific tags: */
#define TAG_SWAP        128
#define TAG_SWAPSIZE    129
#define TAG_ROOTOPTS    130
#define TAG_SWAPOPTS    131

so something like
	 T130="tcp"
does the job...

	cheers
	luigi

On Mon, Mar 11, 2002 at 01:19:13AM -0800, Luigi Rizzo wrote:
> Hi,
> is there a way to pass nfs mount options to the kernel via bootp ?
> I notice that the system defaults to very large blocksizes,
> which causes a lot of IP fragmentation and lots of trouble
> when going through a bottleneck.
> 
> You can set the mount options through fstab, but before getting
> there you need to access the root filesystem...
> 
> 	cheers
> 	luigi
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-net" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020311013029.E40002>