fix bad color name handling

This commit is contained in:
BVK Chaitanya 2010-08-12 20:45:55 +05:30
parent ab8ba50d75
commit 681440aa5b
3 changed files with 19 additions and 12 deletions

View file

@ -705,6 +705,10 @@ GRUB_MOD_INIT(normal)
/* Preserve hooks after context changes. */
grub_env_export ("color_normal");
grub_env_export ("color_highlight");
/* Set default color names. */
grub_env_set ("color_normal", "white/black");
grub_env_set ("color_highlight", "black/white");
}
GRUB_MOD_FINI(normal)