From owner-cvs-src@FreeBSD.ORG Thu Jan 29 16:21:28 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 4350B16A4CE; Thu, 29 Jan 2004 16:21:28 -0800 (PST) Received: from smtp.netcabo.pt (smtp.netcabo.pt [212.113.174.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16C943D41; Thu, 29 Jan 2004 16:21:23 -0800 (PST) (envelope-from john@baldwin.cx) Received: from mail pickup service by smtp.netcabo.pt with Microsoft SMTPSVC; Fri, 30 Jan 2004 00:17:37 +0000 Received: from mx2.freebsd.org ([216.136.204.119]) by smtp.netcabo.pt with Microsoft SMTPSVC(5.0.2195.6713); Thu, 29 Jan 2004 19:09:46 +0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8AC5258ABE; Thu, 29 Jan 2004 11:09:24 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8636216A4EE; Thu, 29 Jan 2004 11:09:17 -0800 (PST) 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 9815916A4CF for ; Thu, 29 Jan 2004 11:08:59 -0800 (PST) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227A043D54 for ; Thu, 29 Jan 2004 11:08:54 -0800 (PST) (envelope-from john@baldwin.cx) Received: (qmail 12364 invoked from network); 29 Jan 2004 19:08:53 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 29 Jan 2004 19:08:53 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i0TJ8lM2070168; Thu, 29 Jan 2004 14:08:50 -0500 (EST) (envelope-from john@baldwin.cx) From: John Baldwin To: John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Thu, 29 Jan 2004 14:05:36 -0500 User-Agent: KMail/1.5.4 References: <200401291901.i0TJ1wnW069658@repoman.freebsd.org> In-Reply-To: <200401291901.i0TJ1wnW069658@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401291405.36318.john@baldwin.cx> X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 29 Jan 2004 19:09:47.0087 (UTC) FILETIME=[760515F0:01C3E69B] Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@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, 30 Jan 2004 00:21:28 -0000 On Thursday 29 January 2004 02:01 pm, John Baldwin wrote: > jhb 2004/01/29 11:01:58 PST > > FreeBSD src repository > > Modified files: > release Makefile > Log: > - Tweak order of arch fs options to stick all floppy options together and > all MFS root options together and in the same order on all archs. > - Drop support for using the no longer existing 2.88 floppy image for CD > booting on i386 via the EMUL_BOOT variable. > - Use a stock loader on the boot floppy rather than one without forth. > - Force the gzip of the mfsroot in release.9 to succeed. This is useful > when doing lots of rereleases when testing floppy changes. > - If an acpi kernel module exists, stick it on the boot floppy and for > now always load it after the kernel. The next step will be to use the standard forth scripts on the boot floppies including the now infamous beastie menu. It looks like I can pull that off by using the 'foo_before' variables for the mfsroot and acpi modules to run a command to prompt the user for the boot floppy before loading the module. -- John Baldwin <>< http://www.baldwin.cx/~john/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"