* include/grub/util/raid.h (grub_util_raid_getmembers): Make argument
const. * util/grub-setup.c (main): Reuse md device name if available. * util/raid.c (grub_util_raid_getmembers): Receive device name and not GRUB name as argument. Based on patch by: Florian Wagner <fwagner>.
This commit is contained in:
parent
10a7a86703
commit
2e335e901c
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/util/raid.h (grub_util_raid_getmembers): Make argument
|
||||
const.
|
||||
* util/grub-setup.c (main): Reuse md device name if available.
|
||||
* util/raid.c (grub_util_raid_getmembers): Receive device name and
|
||||
not GRUB name as argument.
|
||||
Based on patch by: Florian Wagner <fwagner>.
|
||||
|
||||
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_make_mbi):
|
||||
|
|
Loading…
Reference in a new issue