Re: Improper handling of --disk-module argument in grub-install

2014-06-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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)

Re: Improper handling of --disk-module argument in grub-install

2014-06-01 Thread Andrey Borzenkov
В 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

Improper handling of --disk-module argument in grub-install

2014-05-18 Thread 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_MODULE (only one) should be renamed to OPTION_DISK_MODULE. Glenn