* util/grub-mkconfig_lib.in (uses_abstraction): New function.

* util/grub.d/10_linux.in: Use it to check for LVM, so that
LVM-on-RAID is handled correctly.
This commit is contained in:
Colin Watson 2010-07-02 12:32:05 +01:00
parent e3c8cd3719
commit 507736c87c
3 changed files with 19 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-07-02 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkconfig_lib.in (uses_abstraction): New function.
* util/grub.d/10_linux.in: Use it to check for LVM, so that
LVM-on-RAID is handled correctly.
2010-07-02 Colin Watson <cjwatson@ubuntu.com>
* docs/grub.texi (Changes from GRUB Legacy): New section.