Subject: Re: NetBSD-current/i386 release build fails
To: None <dyoung@pobox.com>
From: Havard Eidnes <he@netbsd.org>
List: current-users
Date: 10/01/2004 13:29:31
> On Fri, Oct 01, 2004 at 03:11:13PM +0700, Ian Zagorskih wrote:
> > buildfloppies.sh: Image is 16384 bytes (16 KB) too big to fit on 1 disk
>
> "Me, too."
A quick look reveals that we might consider evicting the NFS
client code from the kernel configuration. "Install via ftp
instead."
Index: INSTALL_TINY
===================================================================
RCS file: /usr/users/he/nbcvs/netbsd/src/sys/arch/i386/conf/INSTALL_TINY,v
retrieving revision 1.81
diff -u -r1.81 INSTALL_TINY
--- INSTALL_TINY 4 Sep 2004 23:29:49 -0000 1.81
+++ INSTALL_TINY 1 Oct 2004 11:26:35 -0000
@@ -105,7 +105,7 @@
#file-system EXT2FS # second extended file system (linux)
#file-system LFS # log-structured file system
#file-system MFS # memory file system
-file-system NFS # Network File System client
+#file-system NFS # Network File System client
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
#file-system FDESC # /dev/fd
@@ -119,7 +119,7 @@
# Filesystem options
#options QUOTA # UFS quotas
#options NFSSERVER # Network File System server
-options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
+#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Regards,
- Havard