From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 12 12:07:50 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 AE0A216A4CE for ; Mon, 12 Jan 2004 12:07:50 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF5943D46 for ; Mon, 12 Jan 2004 12:07:49 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i0CK7lET057863; Mon, 12 Jan 2004 13:07:48 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 12 Jan 2004 13:07:44 -0700 (MST) Message-Id: <20040112.130744.103234908.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: "M. Warner Losh" In-Reply-To: <20040112072715.GA65549@server.vk2pj.dyndns.org> References: <20040111161839.53EC788@toad.stack.nl> <4001A019.2030604@siue.edu> <20040112072715.GA65549@server.vk2pj.dyndns.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: wgrim@siue.edu 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: Mon, 12 Jan 2004 20:07:50 -0000 In message: <20040112072715.GA65549@server.vk2pj.dyndns.org> Peter Jeremy writes: : On Sun, Jan 11, 2004 at 01:12:25PM -0600, William Grim wrote: : >If it's really such a big deal to get rid of floppy support, how about : >we get rid of it and make sure an older version of FreeBSD 4.x/5.x is : >always available for download? This way, floppy users could install an : >older version of the OS and cvsup to the latest version they want. : : 1) CVSup isn't an option for someone who wants to install a binary : distribution and not have to do a buildworld. Actually, one can distribute binaries with cvsup, but it is a bit of a pita... Warner