From owner-freebsd-current  Tue Nov 13 12:14:45 2001
Delivered-To: freebsd-current@freebsd.org
Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206])
	by hub.freebsd.org (Postfix) with ESMTP id 9CA1F37B427
	for <current@FreeBSD.ORG>; Tue, 13 Nov 2001 12:14:41 -0800 (PST)
Received: (qmail 487 invoked from network); 13 Nov 2001 20:14:08 -0000
Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>)
          by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP
          for <clefevre@citeweb.net>; 13 Nov 2001 20:14:08 -0000
Message-ID: <XFMail.011113121440.jhb@FreeBSD.org>
X-Mailer: XFMail 1.4.0 on FreeBSD
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
In-Reply-To: <200111132009.fADK9sX50643@gits.dyndns.org>
Date: Tue, 13 Nov 2001 12:14:40 -0800 (PST)
From: John Baldwin <jhb@FreeBSD.org>
To: Cyrille Lefevre <clefevre@citeweb.net>
Subject: Re: PATCH: sysinstall to remove userconfig code
Cc: jkh@FreeBSD.ORG, current@FreeBSD.ORG,
	Makoto Matsushita <matusita@jp.freebsd.org>
Sender: owner-freebsd-current@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-current.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current>
X-Loop: FreeBSD.ORG


On 13-Nov-01 Cyrille Lefevre wrote:
> Makoto Matsushita wrote:
>> 
>> Userconfig was gone in 5-current, so we can safely remove kget() from
>> sysinstall.  Attached below is a patch to do (kget.c should be remove
>> also).
> 
> I don't know -current. what is the feature which replace kget ?
> does boot -c (or whatever) still exists ? is it possible to
> edit <KERNEL>.hints at boot time ?

You can use kenv and just save the ones starting with 'hint' to kernel.conf. 
kenv dumps the entire kernel environment.  We still need a utility written in
Forth that the loader can run for the user to modify the hints in the
environment.

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message