Revert 2 previous commits.

2009-08-23  Vladimir Serbinenko  <phcoder@gmail.com>

	Fix grub-install.

	* util/grub-probe.c (probe_partmap): Prefix partmap with 'part_'.
This commit is contained in:
phcoder 2009-08-23 23:40:29 +00:00
parent af0f0beafa
commit 0b8e386c09
5 changed files with 5 additions and 7 deletions

View file

@ -2,9 +2,7 @@
Fix grub-install.
* util/i386/pc/grub-install.in: Add 'part_' to partmap_module.
* util/i386/efi/grub-install.in: Likewise.
* util/sparc64/ieee1275/grub-install.in: Likewise.
* util/grub-probe.c (probe_partmap): Prefix partmap with 'part_'.
2009-08-23 Vladimir Serbinenko <phcoder@gmail.com>