Fix `help' with unloaded modules.
* include/grub/normal.h (grub_dyncmd_get_cmd): New proto. * grub-core/normal/dyncmd.c (grub_dyncmd_get_cmd): New function. (grub_dyncmd_dispatcher): Small stylistic fix. * grub-core/commands/help.c (grub_cmd_help): Load missing modules when explicit help is requested.
This commit is contained in:
parent
e1ea3ade95
commit
e4e37e8dfa
4 changed files with 82 additions and 37 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix `help' with unloaded modules.
|
||||
|
||||
* include/grub/normal.h (grub_dyncmd_get_cmd): New proto.
|
||||
* grub-core/normal/dyncmd.c (grub_dyncmd_get_cmd): New function.
|
||||
(grub_dyncmd_dispatcher): Small stylistic fix.
|
||||
* grub-core/commands/help.c (grub_cmd_help): Load missing modules when
|
||||
explicit help is requested.
|
||||
|
||||
2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/cpio.c (grub_cpio_dir): Fix a bug with multiple listing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue