From owner-svn-src-head@FreeBSD.ORG Fri Dec 2 18:47:01 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEEE91065670; Fri, 2 Dec 2011 18:47:01 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 6106B8FC18; Fri, 2 Dec 2011 18:47:01 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 8274FE662B; Fri, 2 Dec 2011 18:46:59 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=mail; bh=KSMVOCkjq6zh mCmhCFipmTmLyxw=; b=stLcOGtlzd3vTDLkbbawpoYjVMRVNi1TJtxhEh/W5q5s EcpT/+A9QPDvhwGm3+Mz06S+6spF85Hn474E85Cag/Xpe/PG4H02VTxXxomO8Te4 T8dridENIn6rx3CNfs90Kw6hbrYqam4og1Oqru6FpYBA/RxPug/1ty9WU+iYCQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=bNmj0I KLHK82EO2FMklW0hTgcpp4Aj3uNp/NfMvSHcHmBzCtH3znhduD5tpuVidNhtrqga S9dp1mXl3IYU9idxUH5nZVTKovnyRNJIHGhaWfKyAWxf30GU7I6gfL910lRz0F70 jWW8LaBc9d5K8Qi+VewnIt8+F6nLDxv9tUAl4= Received: from [192.168.1.120] (188-220-36-32.zone11.bethere.co.uk [188.220.36.32]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 11B15E65E3; Fri, 2 Dec 2011 18:46:59 +0000 (GMT) Message-ID: <4ED91D22.6000803@cran.org.uk> Date: Fri, 02 Dec 2011 18:46:58 +0000 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Joel Dahl References: <201112020038.pB20cmt6068628@svn.freebsd.org> <20111202094411.GJ23987@goofy01.vnodelab.local> In-Reply-To: <20111202094411.GJ23987@goofy01.vnodelab.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Ken Smith Subject: Re: svn commit: r228192 - head/usr.sbin/bsdinstall/scripts X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2011 18:47:01 -0000 On 02/12/2011 09:44, Joel Dahl wrote: > * Not specifically aimed at this commit, but my recommendation > would be that we keep bsdinstall as simple as possible: installing FreeBSD > should require a minimum amount of keystrokes. I realise this is just one > more screen, but I hope we don't turn bsdinstall into a configuration > utility where you can disable/enable just about anything in rc.conf. This is an argument I see again and again. FreeBSD is a technical OS, where I would expect users would appreciate the chance to configure their systems without having to look up man pages for every detail (e.g. console settings). For people who want their OS to be as simple as possible there's PC-BSD. -- Bruce Cran