Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 05:46:55 -0500
From:      John De Boskey <jwd@bsdwins.com>
To:        Current List <freebsd-current@freebsd.org>
Subject:   i386 -current make release available for testing
Message-ID:  <20030228104655.GA16616@BSDWins.Com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030228104655.GA16616>