cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c
keymap.c main.c menus.c sysinstall.h
John Baldwin
jhb at FreeBSD.org
Tue Mar 7 08:06:51 PST 2006
jhb 2006-03-07 16:06:42 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c
menus.c sysinstall.h
Log:
MFC: Autogenerate a menu containing a list of countries supported by
syscons and pop it up during installs. In addition, use the specified
country as a hint for the keymap to use and if the non-default country is
chosen during the install startup, pop up the keymap menu before entering
the main sysinstall menu.
Approved by: re (scottl)
Revision Changes Path
1.134.2.2 +23 -2 src/usr.sbin/sysinstall/Makefile
1.233.2.2 +15 -0 src/usr.sbin/sysinstall/config.c
1.45.10.1 +70 -0 src/usr.sbin/sysinstall/dmenu.c
1.6.14.1 +67 -1 src/usr.sbin/sysinstall/keymap.c
1.71.10.1 +4 -0 src/usr.sbin/sysinstall/main.c
1.410.2.5 +6 -2 src/usr.sbin/sysinstall/menus.c
1.264.2.3 +14 -0 src/usr.sbin/sysinstall/sysinstall.h
More information about the cvs-src
mailing list