* grub-core/disk/diskfilter.c (insert_array): Fix order to discover

ambigouos RAID before discovering RAIDs on top of it.
	Reported by: bodom.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-06-07 15:41:10 +02:00
parent ccfc0bdb53
commit 96dbe64813
2 changed files with 13 additions and 10 deletions

View file

@ -1,3 +1,9 @@
2013-06-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/diskfilter.c (insert_array): Fix order to discover
ambigouos RAID before discovering RAIDs on top of it.
Reported by: bodom.
2013-06-07 Vladimir Serbinenko <phcoder@gmail.com>
Fix typo (failback vs fallback).