Reintroduce testload.
* grub-core/commands/minicmd.c (grub_rescue_cmd_testload) [0]: Moved from here ... * grub-core/commands/testload.c (grub_cmd_testload): ... here. (GRUB_MOD_INIT): New function. (GRUB_MOD_FINI): Likewise. * grub-core/Makefile.core.def (testload): New module.
This commit is contained in:
parent
a17792c324
commit
06f7011716
3 changed files with 160 additions and 106 deletions
|
@ -1388,3 +1388,8 @@ module = {
|
|||
name = test_blockarg;
|
||||
common = tests/test_blockarg.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = testload;
|
||||
common = commands/testload.c;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue