Subject: Makeing a release complains that `work' size of 1478656 is larger than the maxsize of 1474560
To: None <current-users@netbsd.org>
From: None <wleeson@indigo.ie>
List: current-users
Date: 10/17/2002 19:47:01
Hi,
	I did a build to make a release distribution so I could try out current on another machine and got the following warning

Creating image into ramdisk-tiny.fs...
rm -f ramdisk-tiny.fs ramdisk-tiny.fs.tmp
/usr/src/tools/obj/tools.NetBSD-1.6I-i386/bin/nbmakefs -t ffs -B le -s 1440k -F work.spec  -N /usr/src/etc -o bsize=4096,fsize=512  -o
 optimization=space,minfree=0,nsectors=1,ntracks=128  -f 10 -f 14 ramdisk-tiny.fs.tmp work  && mv -f ramdisk-tiny.fs.tmp ramdisk-tiny.
fs
nbmakefs: `work' size of 1478656 is larger than the maxsize of 1474560.
*** Error code 1

Stop.
nbmake: stopped in /usr/src/distrib/i386/floppies/ramdisk-tiny
*** Error code 1

Stop.
nbmake: stopped in /usr/src/distrib/i386/floppies
*** Error code 1

I realise what the error about but is there a way to stop it complaining and continue with the build. I could mess with the makefile but I was hoping there is a standard/easy way to ignore this kind of warning.

Regards,
	Willy