From owner-freebsd-stable@FreeBSD.ORG Sun Apr 9 13:50:24 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E4CA16A402 for ; Sun, 9 Apr 2006 13:50:24 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAC8743D45 for ; Sun, 9 Apr 2006 13:50:23 +0000 (GMT) (envelope-from w8hdkim@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so697054nzf for ; Sun, 09 Apr 2006 06:50:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=E+PTuyzh+Y5WK9ufCVd420ciHEoacaRI9zMJUs/A2zNhOpVgnAsBas5NHqrCL5tRwRbFIr1rcGSx72dYlxS54FQBOHIAvOEOdsRUIrO5CAVuyFbHbXbwUoLtSNcyHjVKTiqTxw4w1JZPWhZmJerLC70+6QiOC4bW+ddzsdq45VQ= Received: by 10.36.227.74 with SMTP id z74mr4359226nzg; Sun, 09 Apr 2006 06:50:23 -0700 (PDT) Received: by 10.36.153.3 with HTTP; Sun, 9 Apr 2006 06:50:23 -0700 (PDT) Message-ID: <89dbfdc30604090650u425afc15h49d5cc31d95cf552@mail.gmail.com> Date: Sun, 9 Apr 2006 09:50:23 -0400 From: "Kim Culhan" To: "Harti Brandt" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: stable@freebsd.org Subject: Re: serial console installation of 6.1-BETA4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 13:50:24 -0000 >From some recent research into serial console for use on 6.1-PRERELEASE the best method was to create a boot.config file in the root directory: /boot.config with one line containing just: -P This produces a console on both the internal console as well as on the serial port. Hope this helps -kim -- w8hdkim@gmail.com