From owner-freebsd-current Mon Jul 21 06:25:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA13233 for current-outgoing; Mon, 21 Jul 1997 06:25:01 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA13225 for ; Mon, 21 Jul 1997 06:24:54 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.6/8.6.9) with ESMTP id GAA27714; Mon, 21 Jul 1997 06:23:53 -0700 (PDT) To: Bruce Evans cc: asami@cs.berkeley.edu, ahd@kew.com, current@FreeBSD.ORG Subject: Re: switching to seral consoles In-reply-to: Your message of "Mon, 21 Jul 1997 21:59:07 +1000." <199707211159.VAA10834@godzilla.zeta.org.au> Date: Mon, 21 Jul 1997 06:23:53 -0700 Message-ID: <27710.869491433@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Misfeature: USERCONFIG_BOOT together with kernel.config starting and > ending as above stops booting with -c from working. The config file > is preferred and there is no way to switc to interactive mode. You just need to figure out a way of bootstrapping a mini-editor, Bruce, so that they can edit out that last "q" in kernel.conf. Then it will drop into CLI mode instead. :-) Jordan