Date: Tue, 28 Feb 2006 20:29:43 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h Message-ID: <200602282029.k1SKThrZ052750@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-02-28 20:29:43 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h Log: - Autogenerate a menu containing a list of countries and keymaps supported by syscons. - If we are running as init, popup the country menu before the main menu. If a non-default country is chosen, then a second menu is brought up to let the user choose a keymap. By default the default keymap for the country that was selected is highlighted. If the user chooses the default country, then the default keymap is just assumed and the user is not presented with the keymap menu. Currently the default country is set to "United States" except for PC98 which assumes "Japan". PR: bin/93853 Submitted by: Seth Kingsley sethk at magnesium dot net MFC after: 3 days Revision Changes Path 1.137 +23 -2 src/usr.sbin/sysinstall/Makefile 1.235 +15 -0 src/usr.sbin/sysinstall/config.c 1.46 +70 -0 src/usr.sbin/sysinstall/dmenu.c 1.7 +65 -1 src/usr.sbin/sysinstall/keymap.c 1.73 +4 -0 src/usr.sbin/sysinstall/main.c 1.415 +6 -2 src/usr.sbin/sysinstall/menus.c 1.268 +14 -0 src/usr.sbin/sysinstall/sysinstall.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602282029.k1SKThrZ052750>