From owner-freebsd-current Mon Jul 21 09:07:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA20582 for current-outgoing; Mon, 21 Jul 1997 09:07:12 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA20573 for ; Mon, 21 Jul 1997 09:07:07 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id BAA19264; Tue, 22 Jul 1997 01:57:18 +1000 Date: Tue, 22 Jul 1997 01:57:18 +1000 From: Bruce Evans Message-Id: <199707211557.BAA19264@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@time.cdrom.com Subject: Re: switching to seral consoles Cc: ahd@kew.com, asami@cs.berkeley.edu, current@FreeBSD.ORG 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. :-) -c should override the config file (so that you can recover from a bad config file) and there should be a new command to source the config file image (if any). Bruce