* grub-core/kern/emu/hostdisk.c (open_device): New argument max. All

users updated.
	(grub_util_biosdisk_read): Handle Linux partitions not exactly
	corresponding to GRUB partitions.
	(grub_util_biosdisk_write): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-18 23:18:51 +02:00
parent b72d44a11a
commit cb7f944e44
2 changed files with 102 additions and 72 deletions

View file

@ -1,3 +1,11 @@
2012-04-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (open_device): New argument max. All
users updated.
(grub_util_biosdisk_read): Handle Linux partitions not exactly
corresponding to GRUB partitions.
(grub_util_biosdisk_write): Likewise.
2012-04-18 Vladimir Serbinenko <phcoder@gmail.com>
Scan mdraid before LVM.