* grub-core/term/ieee1275/console.c (grub_console_fini): Don't
needlessly lose the console.
This commit is contained in:
parent
3006e9810f
commit
cbe0b4efdb
2 changed files with 5 additions and 5 deletions
|
@ -257,9 +257,4 @@ grub_console_init_lately (void)
|
|||
void
|
||||
grub_console_fini (void)
|
||||
{
|
||||
grub_term_unregister_input (&grub_console_term_input);
|
||||
grub_term_unregister_output (&grub_console_term_output);
|
||||
grub_terminfo_output_unregister (&grub_console_term_output);
|
||||
|
||||
grub_terminfo_fini ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue