Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/12/2004 19:18:24
Module Name:	src
Committed By:	dsl
Date:		Sat Jun 12 19:18:24 UTC 2004

Modified Files:
	src/distrib/utils/sysinst: defs.h main.c util.c
	src/distrib/utils/sysinst/arch/i386: Makefile msg.md.de msg.md.en
	    msg.md.fr msg.md.pl
Added Files:
	src/distrib/utils/sysinst: wskbd.c

Log Message:
Add a menu (right at the start) to ask for the keyboard type.
Save the result in /etc/wscons.conf at the end of the install/upgrade.
Currently only builds for i386 - change arch/*/Makefile and add the
extra messages (though they could go into the msg.mi.* files).
Needs the 'Keyboard type' message translated in to German, French and polish.
Maybe the keyboard type names could be less cryptic...


To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 src/distrib/utils/sysinst/defs.h
cvs rdiff -r1.45 -r1.46 src/distrib/utils/sysinst/main.c
cvs rdiff -r1.121 -r1.122 src/distrib/utils/sysinst/util.c
cvs rdiff -r0 -r1.1 src/distrib/utils/sysinst/wskbd.c
cvs rdiff -r1.15 -r1.16 src/distrib/utils/sysinst/arch/i386/Makefile
cvs rdiff -r1.4 -r1.5 src/distrib/utils/sysinst/arch/i386/msg.md.de
cvs rdiff -r1.46 -r1.47 src/distrib/utils/sysinst/arch/i386/msg.md.en
cvs rdiff -r1.37 -r1.38 src/distrib/utils/sysinst/arch/i386/msg.md.fr
cvs rdiff -r1.20 -r1.21 src/distrib/utils/sysinst/arch/i386/msg.md.pl

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