fix bad color name handling
This commit is contained in:
parent
ab8ba50d75
commit
681440aa5b
3 changed files with 19 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue