From owner-freebsd-doc@FreeBSD.ORG Fri Apr 30 11:40:23 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A59116A4DA for ; Fri, 30 Apr 2004 11:40:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EB343D69 for ; Fri, 30 Apr 2004 11:40:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3UIeMte040476 for ; Fri, 30 Apr 2004 11:40:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3UIeMep040475; Fri, 30 Apr 2004 11:40:22 -0700 (PDT) (envelope-from gnats) Date: Fri, 30 Apr 2004 11:40:22 -0700 (PDT) Message-Id: <200404301840.i3UIeMep040475@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ceri Davies Subject: Re: docs/66117: Handbook Serial Console Page doesn't list how to recompile boot blocks. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 18:40:23 -0000 The following reply was made to PR docs/66117; it has been noted by GNATS. From: Ceri Davies To: Jamin Brown Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/66117: Handbook Serial Console Page doesn't list how to recompile boot blocks. Date: Fri, 30 Apr 2004 19:37:14 +0100 On Fri, Apr 30, 2004 at 11:25:26AM -0700, Jamin Brown wrote: > >Fix: > Add documentation that explains that: > > cd /usr/src/sys/boot/i386/boot2 > make clean > make all install > > are needed before 'disklabel -B diskslice' if you are trying to compile boot blocks with custom settings like an updated COM_CONSOLE_SPEED. It should also be noted that the "-o packet" option is required if you have a "large" disk. Ceri --