From owner-freebsd-current@FreeBSD.ORG Mon Jul 25 01:03:29 2011 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 E2DC91065746 for ; Mon, 25 Jul 2011 01:03:28 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id B45498FC0A for ; Mon, 25 Jul 2011 01:03:28 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LOV007006XSSW00@smtpauth1.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Sun, 24 Jul 2011 20:03:28 -0500 (CDT) Received: from comporellon.tachypleus.net ([unknown] [76.210.68.180]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LOV00MLM6XQSJ10@smtpauth1.wiscmail.wisc.edu>; Sun, 24 Jul 2011 20:03:27 -0500 (CDT) Date: Sun, 24 Jul 2011 20:03:26 -0500 From: Nathan Whitehorn In-reply-to: <4E2CA4A7.7020100@fuzzwad.org> To: Ron McDowell Message-id: <4E2CC0DE.9050802@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.68.180 X-Spam-PmxInfo: Server=avs-11, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.7.25.5414, SenderIP=76.210.68.180 References: <20110724162937.33865zm0kn4ztdwk@econet.encontacto.net> <4E2C8FBE.7040003@freebsd.org> <4E2CA4A7.7020100@fuzzwad.org> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110704 Thunderbird/5.0 Cc: freebsd-current , eculp Subject: Re: Trying to install current from a memory stick and then a DVD and got a new and strange installer. 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: Mon, 25 Jul 2011 01:03:29 -0000 On 07/24/11 18:03, Ron McDowell wrote: > Nathan Whitehorn wrote: >> On 07/24/11 16:29, eculp wrote: >>> I have been hearing about a new installer but I obviously have not >>> payed enough attention, I am afraid. I started running freebsd at >>> 2.0 and never really had a problem with understanding the >>> installation program. There is always a first time, I guess. >>> >>> ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201105/ >>> >>> When booting I seem to get a screen that makes me remember installer >>> screens of the 1980s. (They were not exactly intuitive.) >>> >>> I somehow got the idea that the new installer was graphic. Maybe >>> something like PCBsd that is not bad at all. I use it on all our >>> employees computers. Actually, after seeing this, I would love to >>> have the old installer back. Is their an option for that? >>> >>> Does this new ASCII installer have a "how to" with a bit of >>> information on the flow of the installation. >>> >>> Thanks, >> >> Can you please describe what you didn't like about it, and what you >> would prefer be changed? "Reminiscent of the 1980s" is not really >> helpful, especially given that the new installer in fact looks very >> much like sysinstall, which you seemed to like. >> -Nathan >> > > I'll have to agree with the original poster. I have no problem with > the look and feel of the new installer, but when functionality that > WAS there is now gone, that's a problem. My two, make that three, > biggest gripes are: > > 1) no "back" button/selection/mechanism on each screen. Rebooting > because I fat-fingered something on the previous screen is, well, > unacceptable. This is why almost all screens have a "cancel" button. You can also restart the installer by control-C at any time without rebooting. Providing an actual back button is quite tricky and not necessarily always well defined in behavior, since the installed system will then be in an inconsistent state at which previous steps cannot necessarily be repeated. For those steps where that is not true, they can be reentered from the menu at the end in case of fat-fingering. > 2) no "minimal" install. Most of my installs are single- or few-task > servers where I need a base os and a couple ports. I'm not sure what you mean by this. You can install just a kernel and the base system by deselecting the ports tree, games, and docs when you select which system components to install. > 3) I see no "post-install" uses on the new one. Sysinstall could be > used on an up-and-running system to do everything from adding a user > to changing a nameserver and more. > This is deliberate. This particular feature of sysinstall made it almost unmaintainable, especially as those features slowly bitrotted. We have very good system configuration utilities already -- there is no need to duplicate them in the installer, especially when it makes maintaining and improving that installer more difficult. -Nathan