"continue" command support to GRUB script.
* script/execute.c (grub_script_execute_cmdwhile): Continue support. (grub_script_break): Continue support. * script/main.c (grub_script_init): Register continue command. (grub_script_fini): Unregister continue command. * tests/grub_script_continue.in: New testcase. * conf/tests.rmk: Rules for new testcase.
This commit is contained in:
commit
4d61999e33
5 changed files with 124 additions and 6 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2010-08-12 BVK Chaitanya <bvk.groups@gmail.com>
|
||||
|
||||
"continue" command support to GRUB script.
|
||||
|
||||
* script/execute.c (grub_script_execute_cmdwhile): Continue support.
|
||||
(grub_script_break): Continue support.
|
||||
* script/main.c (grub_script_init): Register continue command.
|
||||
(grub_script_fini): Unregister continue command.
|
||||
|
||||
* tests/grub_script_continue.in: New testcase.
|
||||
* conf/tests.rmk: Rules for new testcase.
|
||||
|
||||
2010-08-12 BVK Chaitanya <bvk@dbook>
|
||||
|
||||
"break" command support to GRUB script.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue