Subject: Re: Rototil of sysinst partitioning code
To: David Laight <david@l8s.co.uk>
From: None <collver1@attbi.com>
List: current-users
Date: 06/04/2003 13:34:42
Just a quick and unimportant comment:

Under the old default with a small / and a large /usr, it had the
side-effect of working around BIOS IDE addressing limitations on old PC's.
The kernel would get placed in / which happened to be near enough to the
beginning of the disk that it could be bootstrapped.

Cheers,

Ben

On Wed, Jun 04, 2003 at 09:12:58PM +0100, David Laight wrote:
> I've just commited a rototil of the sysinst code that asks for the
> sizes of the netbsd partitions.
> 
> After earlier discussions I've defaulted to 128MB of swap and
> all the rest of the space in "/".
> 
> The default sizes will be different to what they were before.
> In particular I didn't want to change the size of "/" if "/usr"
> is created (it gets hard to know whether the size of "/" had
> already been set - the code is complicated enough as it is!)
> 
> The next plan is to do something similar to the partition table
> editor and the mbr table editor - but a bit of feedback would be nice.
> 
> 	David