Date: Sat, 9 Nov 1996 08:47:13 -0800 (PST) From: Joerg Wunsch <joerg> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall keymap.c Makefile dmenu.c menus.c sysinstall.h Message-ID: <199611091647.IAA08078@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 96/11/09 08:47:12 Modified: release/sysinstall Makefile dmenu.c menus.c sysinstall.h Added: release/sysinstall keymap.c Log: Sysinstall now offers the installation of a keymap early in the game! Not all mappings are supported, most languages come only with one encoding since this should be sufficient to get up & running in using sysinstall, and we are already pretty tight on space. (My previous commit has already bumped the boot MFS size by another 50 KB for this.) This feature requires the `kbdcontrol -L' i've just committed. Plain text keymaps and the entire scanner are overkill for sysinstall. Also updated the list of available keymaps while i was at it. Reviewed by: jkh Revision Changes Path 1.49 +26 -1 src/release/sysinstall/Makefile 1.27 +21 -1 src/release/sysinstall/dmenu.c 1.95 +34 -21 src/release/sysinstall/menus.c 1.86 +4 -1 src/release/sysinstall/sysinstall.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611091647.IAA08078>