Subject: CVS commit: [netbsd-2-0] src/sys/arch/i386/stand/mbr
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 04/26/2004 20:05:37
Module Name:	src
Committed By:	jdc
Date:		Mon Apr 26 20:05:37 UTC 2004

Modified Files:
	src/sys/arch/i386/stand/mbr [netbsd-2-0]: mbr.S

Log Message:
Pull up revision 1.6 (requested by dsl in ticket #182)

Put the 'mbr has bootselect table' marker into all versions of the mbr code.
Having the table in the 'standard' mbr allows fdisk to write in bootsel
menu items and only ask about updating the mbr code before exit.
Sysinst validates that the mbr code contains the bootselect table for
all the mbr code variants it reads - because it might want to write the table
and doesn't really want to make the validation dependant on what it is
going to do later.
Fixes install/25235, but sysinst needs some changes (like reporting the
failure to write the mbr) before the pr itself is closed.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.2.1 src/sys/arch/i386/stand/mbr/mbr.S

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