Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/05/2005 09:55:34
Module Name:	src
Committed By:	dsl
Date:		Sat Nov  5 09:55:34 UTC 2005

Modified Files:
	src/distrib/utils/sysinst: bsddisklabel.c

Log Message:
Fix check for root being entirely inside the area that can be read on
systems where the bios doesn't support LBA reads.
Due to faked geometries the last few (over 30000!) sectors may not be reported
as being readable, but we expect them to be in swap.  So we don't force a
root+usr install in that case.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/distrib/utils/sysinst/bsddisklabel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.