From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 9 13:11:24 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 DF45516A4CE for ; Fri, 9 Jan 2004 13:11:24 -0800 (PST) Received: from server.vk2pj.dyndns.org (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FFD43D2F for ; Fri, 9 Jan 2004 13:11:21 -0800 (PST) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1])i09LBF7B058328; Sat, 10 Jan 2004 08:11:15 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.12.10/8.12.10/Submit) id i09LBECZ058327; Sat, 10 Jan 2004 08:11:14 +1100 (EST) (envelope-from peter) Date: Sat, 10 Jan 2004 08:11:14 +1100 From: Peter Jeremy To: Avleen Vig Message-ID: <20040109211114.GQ25474@server.vk2pj.dyndns.org> References: <200401082334.i08NYMx86020@thistle.bogs.org> <200401091404.34083.doconnor@gsoft.com.au> <20040109043017.GM53429@silverwraith.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040109043017.GM53429@silverwraith.com> User-Agent: Mutt/1.4.1i cc: hackers@freebsd.org Subject: Re: Discussion on the future of floppies in 5.x and 6.x 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: Fri, 09 Jan 2004 21:11:25 -0000 On Thu, Jan 08, 2004 at 08:30:17PM -0800, Avleen Vig wrote: >A simple website which lets you choose what drivers you want (anyone >seen the .muttrc config page? :) >That should be really easy to do with a little perl CGI. >I might take a crack at this in the next week or so. FWIW, Plan-9 ( http://plan9.bell-labs.com/plan9dist/index.html ) does this: You describe your hardware via a WEB form and the site spits out a boot floppy customised to your hardware. In order for this to be practical, we'd need to avoid having to fully compile a custom kernel - we'd probably need to develop and use the a 'binary distribution' approach (as for all the commercial Unices). Peter