From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 8 19:34:51 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 F1C8616A4CE for ; Thu, 8 Jan 2004 19:34:51 -0800 (PST) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA93E43D45 for ; Thu, 8 Jan 2004 19:34:48 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from midget.dons.net.au (ppp108-195.lns1.adl1.internode.on.net [150.101.108.195])i093YbqR023545; Fri, 9 Jan 2004 14:04:38 +1030 (CST) Received: from chowder.gsoft.com.au (root@localhost.dons.net.au [127.0.0.1]) by midget.dons.net.au (8.12.9/8.12.9) with ESMTP id i093YZaW012942; Fri, 9 Jan 2004 14:04:36 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: gkshenaut@ucdavis.edu, Greg Shenaut , hackers@freebsd.org Date: Fri, 9 Jan 2004 14:04:34 +1030 User-Agent: KMail/1.5.4 References: <200401082334.i08NYMx86020@thistle.bogs.org> In-Reply-To: <200401082334.i08NYMx86020@thistle.bogs.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401091404.34083.doconnor@gsoft.com.au> X-Spam-Score: -4.7 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_03_05,USER_AGENT,USER_AGENT_KMAIL X-Scanned-By: MIMEDefang 2.26 (www . roaringpenguin . com / mimedefang) 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 03:34:52 -0000 On Friday 09 January 2004 10:04, Greg Shenaut wrote: > In nuntio <20040108163724.GA26745@lpthe.jussieu.fr>, Michel TALON divulgat: > >By the way, what's the reason that it is impossible to have just one > >floppy which boots FreeBSD kernel, allows to see an unbootable cdrom > >and continue installation from here? > > I agree. The boot floppy tries to do w a y too much. I think we > should think of the boot floppy as way to implement an old-style > console emulator: it "boots" and you tell it where to read the > *real* boot image from. It should support all of the usual sources: > CDs/DVDs, NFS mounts, FTP, and so on. *How* does it support all of those sources? CD/DVD drives need drivers (ATA optimisticly, but quite possibly SCSI), FTP/NFS need network card support, NFS needs nfsclient.ko ie this is the exact problem it has now :) You could save a little space with your idea because you wouldn't need sysinstall which is admittedly quite large, but it wouldn't address the fundamental issue. If you want floppy installs you need a way of putting arbitary drivers onto floppy disks easily so users can grab what they need and use it instead of having to second guess what sort of hardware they are likely to be using. IMHO of course 8-) -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5