Subject: CVS commit: src/distrib/utils/sysinst/arch/sparc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 02/19/2003 04:09:47
Module Name:	src
Committed By:	mrg
Date:		Wed Feb 19 02:09:47 UTC 2003

Modified Files:
	src/distrib/utils/sysinst/arch/sparc: md.c md.h menus.md.en menus.md.fr
	    menus.md.pl

Log Message:
fix a couple of sparc sysinst bugs:
	- md_set_no_x() was turning off the "misc" and "text" sets and
	not turning off the "xcomp" and "xmisc" sets.

	- now that a kernel is installed as "/netbsd" by default, do not
	try to symlink (!) from /netbsd-GENERIC (which does not exist)
	to /netbsd.

also:
	- instead of printing the 3 kernel sets all as "Kernel       : ",
	now use "Kernel       : ", "Kernel(SCSI3): " and "Kernel(SUN4U): "

	- add a note to md.c and the menus.md.* files to keep these lists
	in sync (so that the first problem above does not occur again.)

missing:
	- a way to force that one and only one of the 3 kernel sets are
	selected.  at least the default install works now.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/distrib/utils/sysinst/arch/sparc/md.c
cvs rdiff -r1.11 -r1.12 src/distrib/utils/sysinst/arch/sparc/md.h
cvs rdiff -r1.15 -r1.16 src/distrib/utils/sysinst/arch/sparc/menus.md.en
cvs rdiff -r1.16 -r1.17 src/distrib/utils/sysinst/arch/sparc/menus.md.fr
cvs rdiff -r1.2 -r1.3 src/distrib/utils/sysinst/arch/sparc/menus.md.pl

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