Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/25/2004 21:55:19
Module Name:	src
Committed By:	dsl
Date:		Sun Apr 25 21:55:19 UTC 2004

Modified Files:
	src/distrib/utils/sysinst: Makefile.inc mbr.c mbr.h
	src/distrib/utils/sysinst/arch/i386: md.c

Log Message:
Fix mbr bootcode handling to ensure that the bootselect table is always
written into the correct place - even if the user decides not to update
the mbr code and has the old (pre layout change) code installed.
Tell the user that the mbr code needs updating if the new install uses
'all the disk' and teh old version had the bootselect code (otherwise you
get an empty menu).
Probably fixes PR install/25146


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/distrib/utils/sysinst/Makefile.inc
cvs rdiff -r1.61 -r1.62 src/distrib/utils/sysinst/mbr.c
cvs rdiff -r1.18 -r1.19 src/distrib/utils/sysinst/mbr.h
cvs rdiff -r1.100 -r1.101 src/distrib/utils/sysinst/arch/i386/md.c

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