From owner-freebsd-doc Thu May 2 19:50:16 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4366337B41C for ; Thu, 2 May 2002 19:50:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g432o7q70224; Thu, 2 May 2002 19:50:07 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 May 2002 19:50:07 -0700 (PDT) Message-Id: <200205030250.g432o7q70224@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Johan Karlsson Subject: Re: kern/37127: make in /sys/boot/i386/boot2 and in /sys/boot/i386/loader fail Reply-To: Johan Karlsson Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/37127; it has been noted by GNATS. From: Johan Karlsson To: freebsd-gnats-submit@FreeBSD.org, peterm@telstra.net Cc: Subject: Re: kern/37127: make in /sys/boot/i386/boot2 and in /sys/boot/i386/loader fail Date: Fri, 3 May 2002 04:42:58 +0200 What do you think about this change to the handbook? Instead of step 4 #cd /sys/boot/i386/boot2 #make #make install step 5 #cd /sys/boot/i386/loader #make #make install is should say step 4 #cd /sys/boot/ #make #cd /sys/boot/i386/boot2 #make install #cd /sys/boot/i386/boot2 #make install This patch is to doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml --- chapter.sgml?rev=1.59 Mon Apr 29 14:22:30 2002 +++ chapter.sgml Fri May 3 04:30:22 2002 @@ -2437,18 +2437,13 @@ - Recompile and install the boot blocks: + Recompile and install the boot blocks and the boot loader: - &prompt.root; cd /sys/boot/i386/boot2 -&prompt.root; make -&prompt.root; make install - - - - Recompile and install the boot loader: - - &prompt.root; cd /sys/boot/i386/loader + &prompt.root; cd /sys/boot &prompt.root; make +&prompt.root; cd /sys/boot/i386/boot2 +&prompt.root; make install +&prompt.root; cd /sys/boot/i386/loader &prompt.root; make install /Johan K -- Johan Karlsson mailto:k@numeri.campus.luth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message