From owner-freebsd-advocacy@FreeBSD.ORG Thu Sep 18 02:54:16 2003 Return-Path: Delivered-To: freebsd-advocacy@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF7E16A4B3 for ; Thu, 18 Sep 2003 02:54:16 -0700 (PDT) Received: from firecrest.mail.pas.earthlink.net (firecrest.mail.pas.earthlink.net [207.217.121.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3A943FDF for ; Thu, 18 Sep 2003 02:54:15 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfk1k.dialup.mindspring.com ([165.247.208.52] helo=mindspring.com) by firecrest.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19zvUG-0003qC-00; Thu, 18 Sep 2003 02:54:10 -0700 Message-ID: <3F698080.474EB847@mindspring.com> Date: Thu, 18 Sep 2003 02:53:04 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Johnson David References: <4BA256918ACE7449BD7896E65711C88B4A7F4C@1UPMC-MSX8.isdip.upmc.edu> <200309171132.04405.DavidJohnson@Siemens.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a412c0c52692c8eede1084e9d89d144abea8438e0f32a48e08350badd9bab72f9c350badd9bab72f9c cc: freebsd-advocacy@freebsd.org cc: Vulpes Velox Subject: Re: Sorry. X-BeenThere: freebsd-advocacy@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Evangelism List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 09:54:16 -0000 Johnson David wrote: > I've been thinking on this for several years now. I've come to the > conclusion that only a few things are needed. One is a new installer. I > love text mode installers, but I hear that some ex-Linux people get all > freaked out when they don't see a GUI. But beyond the GUI, the current > installer has some definite workflow problems and sharp edges. For a > while I thought the libh project would be taking care of this, but I > think it's time to admit that it's finally dead. I agree with this 100%. I also think that this is 100% incompatible with installs onto headless boxes with serial consoles, and that you can't really reconcile the two approaches in the same distribution without multiple installation disc's. This means regular CD's and not a DVD, or it means a seperate distribution from the WC CDROM one. This is also not reconcilable with minimal installs, which do not have the ability to run a big graphical app. > Another thing that needs doing is splitting apart the installer and the > main configuration tool. But the installer should still use the config > tool, so you don't have to learn two ways of doing things. This is not impossible to reconcile (after all, you've already probed the hardware, etc., at this point). You can seperate out the data into a model/view/controller style, and vary only the controller in this case. I think this is also very hard to do, though, and so I would punt on this. The way I would punt is by not supporting two different approaches for controller on the same distribution. [ ... other good comments clipped ... ] -- Terry