From owner-freebsd-current Fri Feb 28 2:47: 0 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A08637B405 for ; Fri, 28 Feb 2003 02:46:58 -0800 (PST) Received: from bsdone.bsdwins.com (www.bsdwins.com [192.58.184.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0876A43F85 for ; Fri, 28 Feb 2003 02:46:57 -0800 (PST) (envelope-from jwd@bsdwins.com) Received: from bsdone.bsdwins.com (localhost [127.0.0.1]) by bsdone.bsdwins.com (8.12.5/8.12.5) with ESMTP id h1SAktW2016734 for ; Fri, 28 Feb 2003 05:46:55 -0500 (EST) (envelope-from jwd@www.bsdwins.com) Received: (from jwd@localhost) by bsdone.bsdwins.com (8.12.5/8.12.5/Submit) id h1SAktY2016733 for freebsd-current@freebsd.org; Fri, 28 Feb 2003 05:46:55 -0500 (EST) Date: Fri, 28 Feb 2003 05:46:55 -0500 From: John De Boskey To: Current List Subject: i386 -current make release available for testing Message-ID: <20030228104655.GA16616@BSDWins.Com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have built a i386 specific install for -current. It is available as: ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/5.0-20030228-CURRENT Floppies are in the typical place. It was built using the patch below passed in as LOCAL_PATCH to the make release process. I'll leave it there for a few days for folks to test against. Enjoy! -John Index: sys/i386/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/i386/conf/GENERIC,v retrieving revision 1.376 diff -u -r1.376 GENERIC --- sys/i386/conf/GENERIC 13 Feb 2003 22:24:43 -0000 1.376 +++ sys/i386/conf/GENERIC 28 Feb 2003 03:11:52 -0000 @@ -19,9 +19,10 @@ # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.376 2003/02/13 22:24:43 obrien Exp $ machine i386 -cpu I486_CPU -cpu I586_CPU -cpu I686_CPU +cpu I386_CPU +#cpu I486_CPU +#cpu I586_CPU +#cpu I686_CPU ident GENERIC maxusers 0 @@ -38,9 +39,9 @@ options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories options MD_ROOT #MD is a potential root device -options NFSCLIENT #Network Filesystem Client -options NFSSERVER #Network Filesystem Server -options NFS_ROOT #NFS usable as root device, requires NFSCLIENT +#options NFSCLIENT #Network Filesystem Client +#options NFSSERVER #Network Filesystem Server +#options NFS_ROOT #NFS usable as root device, requires NFSCLIENT options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message