grub-install: support for partitioned partx loop devices.

* grub-core/osdep/linux/getroot.c (grub_util_part_to_disk): Detect
	/dev/loopX as being the parent of /dev/loopXpY.
This commit is contained in:
Mike Gilbert 2014-01-26 02:56:04 +01:00 committed by Vladimir Serbinenko
parent 9afe2053c9
commit 35f2d96c0d
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2014-01-26 Mike Gilbert <floppym@gentoo.org>
grub-install: support for partitioned partx loop devices.
* grub-core/osdep/linux/getroot.c (grub_util_part_to_disk): Detect
/dev/loopX as being the parent of /dev/loopXpY.
2014-01-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/serial.c (grub_serial_register): Fix invalid free.