Scan mdraid before LVM.
* include/grub/diskfilter.h (grub_diskfilter_register): Renamed to .. (grub_diskfilter_register_front): ... this. (grub_diskfilter_register_back): New function. All users of grub_diskfilter_register updated.
This commit is contained in:
parent
33d918b85f
commit
b72d44a11a
7 changed files with 25 additions and 6 deletions
|
@ -177,7 +177,7 @@ static struct grub_diskfilter grub_dmraid_nv_dev =
|
|||
|
||||
GRUB_MOD_INIT(dm_nv)
|
||||
{
|
||||
grub_diskfilter_register (&grub_dmraid_nv_dev);
|
||||
grub_diskfilter_register_front (&grub_dmraid_nv_dev);
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(dm_nv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue