Subject: CVS commit: [netbsd-3] src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/21/2005 20:40:27
Module Name:	src
Committed By:	tron
Date:		Mon Nov 21 20:40:27 UTC 2005

Modified Files:
	src/distrib/utils/sysinst [netbsd-3]: bsddisklabel.c

Log Message:
Pull up following revision(s) (requested by dsl in ticket #975):
	distrib/utils/sysinst/bsddisklabel.c: revision 1.36
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.34.2.1 -r1.34.2.2 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.