vaseboot/util/grub.d
Carles Pina i Estany 203ffbfa31 Adds gettext support in Grub. Building system needs to be improved and maybe userland utilites improved.
YYYY-MM-DD  Carles Pina i Estany <carles@pina.cat>

	* Makefile.in: Add uptrans target to help to update .pot file
	* conf/common.rmk: Add grub-gettext_lib target, dependency and SOURCES, CFLAGS, LDFLAGS
	* kern/misc.c: Define grub_gettext symbol and add implement grub_gettext_dummy function
	* po/TODO: Temporary file with instructions of what Makefile.in will do
	* po/ca.po: Catalan translation stub
	* include/grub/misc.h: Define macro _(char *s). Declare grub_gettext_dummy and grub_gettext
	* gettext/gettext.c: New file with gettext implementation
	* normal/menu.c (print_message): add _( ) to some strings
	* util/grub.d/10_linux.in: include grub-gettext_lib file. For the Linux menuentry, call eval_gettext
	* util/grub.d/00_header.in: add locale_prefix and gettext locale detection and setting up the access to the mo directory
	* util/grub-mkconfig_lib.in: add get_locale_lang
	* util/grub-gettext_lib.in: new file
2009-11-13 20:39:33 +00:00
..
00_header.in Adds gettext support in Grub. Building system needs to be improved and maybe userland utilites improved. 2009-11-13 20:39:33 +00:00
10_hurd.in 2009-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org> 2009-11-02 19:32:12 +00:00
10_kfreebsd.in 2009-10-26 Colin Watson <cjwatson@ubuntu.com> 2009-10-26 16:28:04 +00:00
10_linux.in Adds gettext support in Grub. Building system needs to be improved and maybe userland utilites improved. 2009-11-13 20:39:33 +00:00
10_windows.in 2009-08-08 Felix Zielcke <fzielcke@z-51.de> 2009-08-08 17:59:19 +00:00
30_os-prober.in 2009-11-03 Samuel Thibault <samuel.thibault@ens-lyon.org> 2009-11-03 14:25:34 +00:00
40_custom.in 2009-09-10 Robert Millan <rmh.grub@aybabtu.com> 2009-09-10 12:53:25 +00:00
README 2007-05-04 Robert Millan <rmh@aybabtu.com> 2007-05-04 07:11:44 +00:00

README

All executable files in this directory are processed in shell expansion order.

  00_*: Reserved for 00_header.
  10_*: Native boot entries.
  20_*: Third party apps (e.g. memtest86+).

The number namespace in-between is configurable by system installer and/or
administrator.  For example, you can add an entry to boot another OS as
01_otheros, 11_otheros, etc, depending on the position you want it to occupy in
the menu; and then adjust the default setting via /etc/default/grub.