From owner-freebsd-doc@FreeBSD.ORG Wed Aug 31 21:32:02 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 9EC34106566B; Wed, 31 Aug 2011 21:32:02 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A49BA8FC08; Wed, 31 Aug 2011 21:32:01 +0000 (UTC) Received: by bkat8 with SMTP id t8so1728705bka.13 for ; Wed, 31 Aug 2011 14:32:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BZS+uXCroe5hLTcvWtY79XM96UQrg2WegOzFEWkS5/c=; b=Mw4X9cUOA6yx+eF+7mQvVBY28b4CeBRJSBLGs6lKcnzAP7n6eHtpVPsaveuc6zmQFY Jf+Z1vpGiplNdhreWCBcP5p8mLw1qhLUEwyqMwVTu0h9LyXGzcWgBEnAYVu5sow3MRMF SC5i90amXGitTk8VJW9INyQ+ilwzHka2cfgtI= MIME-Version: 1.0 Received: by 10.204.157.133 with SMTP id b5mr553123bkx.127.1314826319881; Wed, 31 Aug 2011 14:31:59 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.204.58.196 with HTTP; Wed, 31 Aug 2011 14:31:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 31 Aug 2011 14:31:59 -0700 X-Google-Sender-Auth: pEnW72sRky9u6_DtAf7lsh4x2Bo Message-ID: From: Craig Rodrigues To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: kan@freebsd.org, rmacklem@freebsd.org, freebsd-doc@freebsd.org, alfred@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: Wed, 31 Aug 2011 21:32:02 -0000 On Tue, Aug 30, 2011 at 7:41 AM, Warren Block wrote: > > Overall, looks quite good. =A0A few minor suggestions: > > 31.8.1 > > =A0"5. Enable inetd" > =A0 =A0 =A0Use &man.inetd.8; instead of plain "inetd". =A0Might be needed= for > =A0 =A0 =A0other commands, or at least the first mention of them. > > =A0"11. Replace "myhost.mydomain.com" with the hostname" > =A0 =A0 =A0Use myhost.example.com, maybe also = use > =A0 =A0 =A0it in the programlisting. > > =A0"14. Customize the ${NFSROOTDIR} in a chroot environment by" > =A0 =A0 =A0Can be read three ways: > =A0 =A0 =A0 1. "Customize the ${NFSROOTDIR}-in-a-chroot-environment by" > =A0 =A0 =A0 2. "Customize the ${NFSROOTDIR}-in-a-chroot's environment by" > =A0 =A0 =A0 3. "Customize the ${NFSROOTDIR} by using a chroot environment= " > > =A0 =A0 =A0 Some rearrangement of that sentence could help. > > Thanks! > Hi, Thanks. I have incorporated your feedback and updated the page: http://people.freebsd.org/~rodrigc/doc/doc/en_US.ISO8859-1/books/handbook/n= etwork-pxe-nfs.html and the patch is here: http://people.freebsd.org/~rodrigc/nfs-pxe.diff.txt --=20 Craig Rodrigues rodrigc@crodrigues.org