From owner-freebsd-current@FreeBSD.ORG Sun May 18 15:12:58 2003 Return-Path: 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 31C4C37B401 for ; Sun, 18 May 2003 15:12:58 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D8C43F85 for ; Sun, 18 May 2003 15:12:57 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org (big.x.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h4IMCutJ040496; Sun, 18 May 2003 15:12:56 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3EC805CE.6070601@acm.org> Date: Sun, 18 May 2003 15:14:38 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Blapp References: <20030518230442.Y1023@cvs.imp.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: ugly panic in mountroot prompt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 22:12:58 -0000 Martin Blapp wrote: > If one does type "Enter" or nonsense in the mountroot prompt, > the system panics instantly. That's enoying. Haven't tried -CURRENT, but on -STABLE, even if you type the right thing, it doesn't work. Try moving a bootable ad0 disk to ad2 or ad4 and note that nothing you type into the mountroot prompt will actually mount root. > I really like to have this fixed. Shouln't be difficult, or > am I wrong ? The mountroot prompt code itself is pretty straightforward, and it should be easy to make the prompt management more robust in the way you describe. Of course, making it actually work could be an adventure. ;-) Tim Kientzle