Subject: Re: Building bootfloppies on -current
To: Jeff Rizzo <riz@boogers.sf.ca.us>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 03/18/2000 00:07:50
On Thu, Mar 16, 2000 at 12:26:16PM -0800, Jeff Rizzo wrote:
> I've been unable to build bootfloppies under -current for at least the
> last few weeks, and I'm unsure how to work around the problem:
[...]
> /mnt: write failed, file system is full
[...[
> Thanks for any clues,
You could change 3072 to something bigger in INSTALL and ramdisk/Makefile:42,
say 3600, and add eg
bootfloppy:\
:ty=floppy:se#512:nt#2:rm#300:ns#18:nc#100:\
:pa#3600:oa#0:ba#4096:fa#512:ta=4.2BSD:\
:pb#3600:ob#0:\ <= does it make sense for b to overlap?
:pc#3600:oc#0: cf floppy3 entry
/etc/disktab and set DISKTYPE=bigfloppy in said ramdisk/Makefile.
Good luck,
Patrick