* docs/grub.texi (Device syntax): Document new LVM UUID based device

names; fix LVM driver name (lvm, not lv).
	* util/grub-probe.c (probe_abstraction): Support lvmid/xxx device
	names.
This commit is contained in:
Andrey Borzenkov 2013-09-22 21:35:13 +04:00
parent 3ff4063dd3
commit 775b284dd6
3 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2013-09-22 Andrey Borzenkov <arvidjaar@gmail.com>
* docs/grub.texi (Device syntax): Document new LVM UUID based device
names; fix LVM driver name (lvm, not lv).
* util/grub-probe.c (probe_abstraction): Support lvmid/xxx device
names.
2013-09-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c: Disentagle into a series of OS-specific