]> git.ipfire.org Git - thirdparty/grub.git/commit
Handle legacy "terminal" command.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 20 Sep 2010 14:15:50 +0000 (16:15 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 20 Sep 2010 14:15:50 +0000 (16:15 +0200)
commit1a8fed20ad2f2b865ab3ea9b1fdedd8fec0fe308
treec08e3bdaa8a9befec2856ee988f1d1de99ac04ef
parent41e9c57d89229ee5658f6883d914c57439ca6ad3
parent5ee21c970b4da2650bd13b3070d7c1aa5e1d316b
Handle legacy "terminal" command.

* grub-core/lib/legacy_parse.c (legacy_command): New flags FLAG_TITLE
and FLAG_TERMINAL.
(legacy_commands): Add terminal and title.
(grub_legacy_parse): Handle terminal. Simplify title handling.
ChangeLog