From owner-freebsd-doc@FreeBSD.ORG Wed Jul 7 22:30:31 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 7651A16A4FA for ; Wed, 7 Jul 2004 22:30:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D83B43D41 for ; Wed, 7 Jul 2004 22:30:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i67MUVxW000678 for ; Wed, 7 Jul 2004 22:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i67MUVfi000676; Wed, 7 Jul 2004 22:30:31 GMT (envelope-from gnats) Date: Wed, 7 Jul 2004 22:30:31 GMT Message-Id: <200407072230.i67MUVfi000676@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas 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: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 22:30:31 -0000 The following reply was made to PR docs/66117; it has been noted by GNATS. From: Giorgos Keramidas To: Jamin Brown Cc: bug-followup@FreeBSD.org Subject: Re: docs/66117: Handbook Serial Console Page doesn't list how to recompile boot blocks. Date: Thu, 8 Jul 2004 01:27:33 +0300 > Add documentation that explains that: > > cd /usr/src/sys/boot/i386/boot2 > make clean > make all install There is documentation about doing exactly this thing a few lines below. Is a cross-reference ok (to avoid repeating things)? %% Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v retrieving revision 1.88 diff -u -r1.88 chapter.sgml --- chapter.sgml 6 Jun 2004 18:17:07 -0000 1.88 +++ chapter.sgml 7 Jul 2004 22:21:55 -0000 @@ -2442,7 +2442,12 @@ blocks: BOOT_COMCONSOLE_SPEED=19200 - + + Changing BOOT_COMCONSOLE_SPEED in + make.conf might require building and + installing new boot blocks. + See for details. + If the serial console is configured in some other way than by booting with , or if the serial console used by the kernel is different from the one used by the boot blocks, then %%