replace --enable-grub-emu-modules with grub-emu-lite
This commit is contained in:
parent
a06157aa05
commit
725396942e
12 changed files with 63 additions and 131 deletions
|
@ -175,7 +175,7 @@ grub_cmd_parttool (grub_command_t cmd __attribute__ ((unused)),
|
|||
}
|
||||
|
||||
/* Load modules. */
|
||||
#if !GRUB_NO_MODULES
|
||||
if (! grub_no_autoload)
|
||||
{
|
||||
const char *prefix;
|
||||
prefix = grub_env_get ("prefix");
|
||||
|
@ -233,7 +233,6 @@ grub_cmd_parttool (grub_command_t cmd __attribute__ ((unused)),
|
|||
/* Ignore errors. */
|
||||
grub_errno = GRUB_ERR_NONE;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (argc == 1)
|
||||
return show_help ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue