Subject: Re: CVS commit: basesrc
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: source-changes
Date: 10/21/2000 18:51:41
On Sat, Oct 21, 2000 at 03:20:33PM +0200, Manuel Bouyer wrote:
> I think it's already:
> rochebonne#/usr/src/1.5F/src/sys.old/dev/ic>sysctl vfs.ffs
> vfs.ffs.doclusterread = 1
> vfs.ffs.doclusterwrite = 1
> vfs.ffs.doreallocblks = 0
> vfs.ffs.doasyncfree = 1
> vfs.ffs.log_changeopt = 0
> 
> But we may not have sysctl on the INSTALL_TINY floppy.

Right, and sysctl can't be used on kernel binaries. I could add
code to the i386 part of sysinst, but then again, that would
mean the rescue-tiny floppy would have problems (it uses
the INSTALL_TINY kernel too). Since I did not want to touch
the kernel and add a FFS_NOCLUSTER (or something like that)
option, this was the best short-term solution for 1.5

- Frank