From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 1 23:18:53 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC4F16A4CE; Wed, 1 Dec 2004 23:18:53 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3B343D2D; Wed, 1 Dec 2004 23:18:52 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iB1NMXI1063439; Wed, 1 Dec 2004 16:22:33 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AE5169.3000909@freebsd.org> Date: Wed, 01 Dec 2004 16:19:05 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <41AE3F80.1000506@freebsd.org> <19549.128.101.36.205.1101942657.squirrel@128.101.36.205> <20041201232052.GA35040@xor.obsecurity.org> In-Reply-To: <20041201232052.GA35040@xor.obsecurity.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Ryan Sommers cc: hackers@freebsd.org cc: "current@freebsd.org" Subject: Re: My project wish-list for the next 12 months X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:18:53 -0000 Kris Kennaway wrote: > On Wed, Dec 01, 2004 at 04:10:57PM -0700, Ryan Sommers wrote: > > >>Another issue I had with the dfly installer was one point I believe needs >>to be central to any next-gen installer. Internationalisation. > > > Careful not to pile on so many wishes that achieving anything becomes > impossible. Our current installer doesn't do this, so it's not a hard > requirement that a better installer should. > > Kris Internationalization is actually quite important, and is not easy to bolt on after the fact but is fairly easy to program to once the core is in place. The fact that sysinstall doesn't have it makes it no less important. Now this isn't a reason to reject the DFly work, but it could certainly be a good area for someone to contribute. Scott