Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/02/2000 12:36:25
Module Name:	basesrc
Committed By:	fvdl
Date:		Mon Oct  2 09:36:25 UTC 2000

Modified Files:
	basesrc/distrib/utils/sysinst/arch/i386: md.c msg.md.en

Log Message:
* In md_init, determine what kind of bootfloppy we are (either
  by checking uname, or the BOOTMODEL environment var), and set
  the kernel setname accordingly for some bootmodels (tiny and laptop),
  to install GENERIC_TINY and GENERIC_LAPTOP respectively. There's
  no sense in installing plain GENERIC, especially on "tiny" systems;
  it may not even make it far enough to add swapspace on 4M machines.
* Make sure to always install bootcode into the MBR (unless the user
  explicitly tells us not to). Should fix PR#8887, PR#9093, PR#9999


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 basesrc/distrib/utils/sysinst/arch/i386/md.c
cvs rdiff -r1.19 -r1.20 basesrc/distrib/utils/sysinst/arch/i386/msg.md.en

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