]> git.proxmox.com Git - grub2.git/commit - ChangeLog
2006-11-11 Jeroen Dekkers <jeroen@dekkers.cx>
authorjeroen <jeroen@localhost>
Fri, 10 Nov 2006 23:31:55 +0000 (23:31 +0000)
committerjeroen <jeroen@localhost>
Fri, 10 Nov 2006 23:31:55 +0000 (23:31 +0000)
commit790707f254c55120d17cbafd60f953d12559463c
tree2893bde1df7e64b760334c8ce89b35b4cb22d627
parent03e58196a8842291b6b580d0fcf4cfcad13af53f
2006-11-11  Jeroen Dekkers  <jeroen@dekkers.cx>

* kern/disk.c (grub_disk_read): When there is a read error, always
try to read only the necessary data.

* conf/i386-pc.rmk (grub_probe_SOURCES): Add disk/lvm.c and
disk/raid.c.
* include/grub/disk.h [GRUB_UTIL] (grub_raid_init): New
prototype.
[GRUB_UTIL] (grub_raid_fini): Likewise.
[GRUB_UTIL] (grub_lvm_init): Likewise.
[GRUB_UTIL] (grub_lvm_fini): Likewise.
* util/i386/pc/grub-probe.c (probe): Check whether DEVICE_NAME is
RAID device and copy DEVICE_NAME to DRIVE_NAME in that case.
(main): Call grub_raid_init(), grub_lvm_init(), grub_lvm_fini()
and grub_raid_fini().
ChangeLog
conf/i386-pc.mk
conf/i386-pc.rmk
include/grub/disk.h
kern/disk.c
util/i386/pc/grub-probe.c