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 Feb 28 12:29:44 PST 2006


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


More information about the cvs-all mailing list