On 18.05.2014 15:18, Glenn Washburn wrote:
> Currently when using --disk-module=xxx, grub-install will fail with a
> message about disk-module not being a valid option.
>
> To fix this, OPTION_MODULE should be removed from the option enum and
> the remaining references to OPTION_MODULE (only one)
В Sun, 18 May 2014 08:18:56 -0500
Glenn Washburn пишет:
> Currently when using --disk-module=xxx, grub-install will fail with a
> message about disk-module not being a valid option.
>
> To fix this, OPTION_MODULE should be removed from the option enum and
> the remaining references to OPTION_MOD
Currently when using --disk-module=xxx, grub-install will fail with a
message about disk-module not being a valid option.
To fix this, OPTION_MODULE should be removed from the option enum and
the remaining references to OPTION_MODULE (only one) should be renamed
to OPTION_DISK_MODULE.
Glenn