From owner-freebsd-current@FreeBSD.ORG Mon Jun 26 11:22:05 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C753016A402 for ; Mon, 26 Jun 2006 11:22:04 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE8343FF8 for ; Sun, 25 Jun 2006 23:14:39 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.5] (S0106000f3d63befd.vs.shawcable.net [70.71.19.119]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k5PNEaHu000953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jun 2006 16:14:37 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <449F18D9.2000109@FreeBSD.org> Date: Sun, 25 Jun 2006 16:14:33 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Nate Lawson References: <449EAED3.7000706@root.org> In-Reply-To: <449EAED3.7000706@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org Subject: Re: kbdmux support for ddb and mountroot? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 11:22:05 -0000 Works here to specify alternate root just fine. I am missing something? -Maxim Nate Lawson wrote: > kbdmux does not currently support ddb and mountroot in both -current and > 6-stable. This means that if you get a panic, no backtrace or other > interaction is possible. Also, if your /etc/fstab is wrong, no way to > specify an alternate root. > > Are there any plans to improve this? What needs to be completed to get > back to previous support for these features? > > Thanks,