From owner-cvs-all Tue May 21 7:41:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by hub.freebsd.org (Postfix) with ESMTP id E7F8C37B428 for ; Tue, 21 May 2002 07:39:12 -0700 (PDT) Received: (qmail 23322 invoked from network); 21 May 2002 14:39:12 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 May 2002 14:39:12 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4LEdAF95039; Tue, 21 May 2002 10:39:10 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205210158.g4L1wCKg001028@hak.lan.Awfulhak.org> Date: Tue, 21 May 2002 10:38:48 -0400 (EDT) From: John Baldwin To: Brian Somers Subject: Re: cvs commit: src/sys/i386/i386 userconfig.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Makoto Matsushita Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 21-May-2002 Brian Somers wrote: >> >> jhb> Compile in the 'intro' command if VISUAL_USERCONFIG is >> jhb> specified not just for INTRO_USERCONFIG. This allows a >> jhb> userconfig script to use the 'intro' command to bring up the >> jhb> introduction kernel config screen which cdboot ISO's use. >> >> Wonderful! >> >> jhb> The only downside for a cdboot ISO now is that when you boot up >> jhb> you get bogus error messages from kldloading the drivers in the >> jhb> mfsroot since the kernel modules are already present in GENERIC. >> >> I'm also same problem in my mind. Perhaps we can steal some codes >> (or logics) from ifmaybeload() at src/usr.sbin/ifconfig/ifconfig.c. > > Or perhaps src/usr.sbin/ppp/defs.c:loadmodules(). Maybe we need a generic function in libutil then to avoid duplicating this code. -- John Baldwin <>< 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 cvs-all" in the body of the message