From owner-freebsd-current@FreeBSD.ORG Sun May 17 20:32:00 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25CBA106566C for ; Sun, 17 May 2009 20:32:00 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id A80038FC19 for ; Sun, 17 May 2009 20:31:59 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by fxm12 with SMTP id 12so2884491fxm.43 for ; Sun, 17 May 2009 13:31:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=HowBhK3SuLBCgTfbrbzIURcERiXTvwWvDGi+00Tt6k8=; b=uIH5uJOjnrh4C2iJz15VNbWIFOo2wc8MZjWyZGj46YiUfFrzLj4xE9/smanCCj9BYE qbpHorZKaLUfRlQ/F/EvZnjffu5tem9jBRX55NBzmkipMyyX/clvFDoryrit61OZAYRf O7byciBsaHMZOa7UPNXwG2BQZxMxo6IYWHx9s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=vXHdyVxeiwSVkGV9yqbx0PdBP0uMoSHPk5hR90mhi/ZD+n3xB1kYlqXnYxBis41FAC gVMBUYBq2+Kc0ifwt99zj1+WTLcWGx85RHp86/DV7bUphNxyOAsnfx5cdPGrFqf3v0aE mPC7pLRj60zuvFxVx8/WQAZNhdZubZHPhn9EQ= MIME-Version: 1.0 Received: by 10.204.116.9 with SMTP id k9mr5900143bkq.159.1242592318326; Sun, 17 May 2009 13:31:58 -0700 (PDT) In-Reply-To: <20090517103002.GB1271@hoeg.nl> References: <20090517103002.GB1271@hoeg.nl> From: Scott Ullrich Date: Sun, 17 May 2009 16:31:38 -0400 Message-ID: To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current Subject: Re: Launching a CURSES based application on bootup and before getty launches 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: Sun, 17 May 2009 20:32:00 -0000 On Sun, May 17, 2009 at 6:30 AM, Ed Schouten wrote: > Hi Scott, > > I'm a little lazy to experiment with your ISO, but I have two questions: > > - How are you launching the installer? /etc/rc? Is it a stripped down > =A0version of a FreeBSD install? If so, can you explain to me how the > =A0boot procedure works? /etc/rc launches /etc/rc.bootup (php, yeah, yeah I know) :) > - What version of FreeBSD are you using? Is it HEAD or RELENG_*? This is CURRENT. Everything is working great now after fixing a few obvious mistakes on my part. New TTY code is holding up great, nice work! Scott