Fix and unify wholedisk detection.

* util/getroot.c (convert_system_partition_to_system_disk): New argument
	is_part. All users updated.
	(device_is_wholedisk): Removed.
	(grub_util_biosdisk_get_grub_dev): Use is_part.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-21 16:42:28 +02:00
parent ebbd24f3eb
commit 48143d96a6
2 changed files with 83 additions and 86 deletions

View file

@ -1,3 +1,12 @@
2012-04-21 Vladimir Serbinenko <phcoder@gmail.com>
Fix and unify wholedisk detection.
* util/getroot.c (convert_system_partition_to_system_disk): New argument
is_part. All users updated.
(device_is_wholedisk): Removed.
(grub_util_biosdisk_get_grub_dev): Use is_part.
2012-04-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_write): Fix opening