From owner-freebsd-doc@FreeBSD.ORG Sat Sep 3 00:39:18 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A846106566C for ; Sat, 3 Sep 2011 00:39:18 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id 4D16F8FC16 for ; Sat, 3 Sep 2011 00:39:18 +0000 (UTC) Received: by pzk33 with SMTP id 33so10796878pzk.18 for ; Fri, 02 Sep 2011 17:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version:content-type; bh=a/iUgGD+lCwMT7MCdJrz4lnRpffJnhALUAj10E/0Exk=; b=NoWrxoNLLYcTx6VTmRsst0ZA+Rg83ShNsFWVlf38cRSkEbB75wpUnj5geNkNLJLPBL loV9BG1276n7bGQMxlGuD4pyRci1YPKEfRnfmtjOnwff3hVxOc7ZkZEdmc4CVzRwkxrJ IH0huk1P9PsiGJ09eurzGRJ/cpJ+wX+4cQoS0= Received: by 10.68.60.164 with SMTP id i4mr2780156pbr.401.1315010357695; Fri, 02 Sep 2011 17:39:17 -0700 (PDT) Received: from c-24-6-49-154.hsd1.ca.comcast.net (c-24-6-49-154.hsd1.ca.comcast.net. [24.6.49.154]) by mx.google.com with ESMTPS id u2sm1871812pbq.9.2011.09.02.17.39.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Sep 2011 17:39:16 -0700 (PDT) Date: Fri, 2 Sep 2011 17:39:15 -0700 (PDT) From: Garrett Cooper To: Warren Block In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-doc@freebsd.org Subject: Re: PXE Booting with an NFS root file system X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2011 00:39:18 -0000 On Fri, 2 Sep 2011, Warren Block wrote: > On Fri, 2 Sep 2011, Craig Rodrigues wrote: > >> I have updated the page: >> >> http://people.freebsd.org/~rodrigc/doc/doc/en_US.ISO8859-1/books/handbook/network-pxe-nfs.html >> >> Please review. > > Looks good! A note about TFTP's problems with files larger than 32M could be > a good addition to the memory file system section. A mention and referral to > the BUGS section of tftp(1) ought to be enough. This is no longer an issue on FreeBSD at least after edwin's changes were integrated in to tftpd (included in 8.2-RELEASE/9.x+?). Thanks, -Garrett