From owner-cvs-all@FreeBSD.ORG Tue Jan 31 20:37:47 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC01016A420; Tue, 31 Jan 2006 20:37:47 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A9AB43D6B; Tue, 31 Jan 2006 20:37:41 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr9.xs4all.nl (8.13.3/8.13.3) with ESMTP id k0VKbbQZ004542; Tue, 31 Jan 2006 21:37:37 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k0VKbbdv010894; Tue, 31 Jan 2006 21:37:37 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k0VKbbKD010893; Tue, 31 Jan 2006 21:37:37 +0100 (CET) (envelope-from wb) Date: Tue, 31 Jan 2006 21:37:37 +0100 From: Wilko Bulte To: John Baldwin Message-ID: <20060131203737.GA10866@freebie.xs4all.nl> References: <200601301424.k0UEOVnw098992@repoman.freebsd.org> <1138631402.96727.4.camel@opus.cse.buffalo.edu> <20060130161523.GA98446@freebie.xs4all.nl> <200601311345.20961.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601311345.20961.jhb@freebsd.org> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@freebsd.org, Ken Smith , src-committers@freebsd.org, cvs-all@freebsd.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 20:37:48 -0000 On Tue, Jan 31, 2006 at 01:45:17PM -0500, John Baldwin wrote.. > On Monday 30 January 2006 11:15, Wilko Bulte wrote: > > On Mon, Jan 30, 2006 at 09:30:02AM -0500, Ken Smith wrote.. > > > > > On Mon, 2006-01-30 at 14:24 +0000, Ken Smith wrote: > > > > kensmith 2006-01-30 14:24:31 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > release Makefile > > > > Log: > > > > Enable splitting up the MFSROOT floppy on amd64, the contents now > > > > overflow one floppy's worth of space. > > > > > > > > Revision Changes Path > > > > 1.898 +1 -0 src/release/Makefile > > > > > > Note: I'm guilty of a pretty big crime here. I can't locate my USB > > > floppy drive at the moment and don't have any amd64 machines with "real" > > > floppy drives in them. I'll go buy another USB floppy drive tonight and > > > test that the resulting floppies actually work. > > > > > > But we're overflowing the MFSROOT floppy and release builds on amd64 > > > were broken as a result. If this commit does somehow result in busted > > > floppies we need to fix other stuff to make it work, unless we somehow > > > make what's needed in the MFSROOT floppy smaller we need split-floppies > > > to work... > > > > > > I'll test ASAP regardless. > > > > Or give up on floppies altogether.. > > Alpha uses split mfsroot floppies, so the amd64 ones should work fine. The I know :) But who tests this stuff these days? It proves difficult enough to have people test CD images, let alone floppies. Ah well, lets not digress. > actual tested floppies for amd64 didn't use a split mfsroot, but I think they > were built against 6.x where the mfsroot fit. -- Wilko Bulte wilko@FreeBSD.org