From owner-freebsd-hackers Fri Mar 24 17:34:30 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA27367 for hackers-outgoing; Fri, 24 Mar 1995 17:34:30 -0800 Received: from rivers.oscs.montana.edu (rivers.oscs.montana.edu [192.31.215.70]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA27348; Fri, 24 Mar 1995 17:34:27 -0800 Received: by rivers.oscs.montana.edu (5.65/DEC-Ultrix/4.3) id AA21726; Fri, 24 Mar 1995 18:34:25 -0700 Date: Fri, 24 Mar 1995 18:34:24 -0700 (MST) From: Jason Boerner To: jkh@freefall.cdrom.com Cc: hackers@freefall.cdrom.com Subject: Install... Was: Re: httpd as part of the system. In-Reply-To: <199503242141.OAA25646@trout.sri.MT.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@FreeBSD.org Precedence: bulk I would really like to see the setup program come up with a list of default configs. Something like: 1) Developers Edition - Everything and the kitchen sink. 2) Minimal Install - Just a simple character based package without the source tree. etc. 4) Network Surfers - The Minimal Install w/ X. Designed for people on a network. Automagically setting up Netscape & httpd. 5) Custom - Where a list of ALL of the packages are listed and the user can pick and choose which to install. If they don't know what something is, they should be allowed to press F1 and obtain a help screen telling WHAT this something is and HOW it is useful. 6) Uninstall - The ability to remove any of the above listed packages. Since everything would be installed using pkg_add this would be simple :-). Just my two cents worth... I would not mind working on this with someone if they would like help.