Support explicit user claim that a device is BIOS-visible.
* grub-core/kern/emu/getroot.c (grub_util_get_dev_abstraction): Return GRUB_DEV_ABSTRACTION_NONE if device is in device.map. * grub-core/kern/emu/hostdisk.c (convert_system_partition_to_system_disk): Support mdX. (find_system_device): New parameter add. All users updated. (grub_util_biosdisk_is_present): New function. * include/grub/emu/hostdisk.h (grub_util_biosdisk_is_present): New proto.
This commit is contained in:
parent
53f0eb1f64
commit
cf9827de73
4 changed files with 44 additions and 2 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Support explicit user claim that a device is BIOS-visible.
|
||||
|
||||
* grub-core/kern/emu/getroot.c (grub_util_get_dev_abstraction):
|
||||
Return GRUB_DEV_ABSTRACTION_NONE if device is in device.map.
|
||||
* grub-core/kern/emu/hostdisk.c
|
||||
(convert_system_partition_to_system_disk): Support mdX.
|
||||
(find_system_device): New parameter add. All users updated.
|
||||
(grub_util_biosdisk_is_present): New function.
|
||||
* include/grub/emu/hostdisk.h (grub_util_biosdisk_is_present): New
|
||||
proto.
|
||||
|
||||
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Search hints support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue