From owner-cvs-src@FreeBSD.ORG Fri Feb 6 07:51:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800E416A4CE; Fri, 6 Feb 2004 07:51:26 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 559D343D60; Fri, 6 Feb 2004 07:51:08 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i16Fp7A0078871; Fri, 6 Feb 2004 07:51:08 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i16Fp7sE078870; Fri, 6 Feb 2004 07:51:07 -0800 (PST) (envelope-from obrien) Date: Fri, 6 Feb 2004 07:51:07 -0800 From: "David O'Brien" To: John Baldwin Message-ID: <20040206155107.GB78803@dragon.nuxi.com> References: <200402032205.i13M5tu3043794@repoman.freebsd.org> <20040204113135.GL297@FreeBSD.org.ua> <200402041317.51825.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402041317.51825.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 15:51:26 -0000 On Wed, Feb 04, 2004 at 01:17:51PM -0500, John Baldwin wrote: > Well, I've been thinking about possibly making it more generic and have a > notion of floppy sets where a floppy set would have the following properties: > > size > label > chunksize > inode > bootinode > split_kernel (yes/no) > split_mfsroot (yes/no) > > This would allow us to reduce some of the duplication in floppies.1 for > example (and possibly floppies.2), but that may be overkill. This actually would be very nice.