Fix IMSM handling on Fedora.

* util/getroot.c (grub_util_is_imsm): New function.
	(grub_util_get_dev_abstraction): Treat IMSM as simple device, not RAID.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-10 18:01:01 +01:00
parent 0f021838c4
commit ec31677170
2 changed files with 95 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2012-03-10 Vladimir Serbinenko <phcoder@gmail.com>
Fix IMSM handling on Fedora.
* util/getroot.c (grub_util_is_imsm): New function.
(grub_util_get_dev_abstraction): Treat IMSM as simple device, not RAID.
2012-03-10 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.am: Strip gold section.