* util/grub-install.in (grub_partition): New variable.

Set prefix_drive on EFI and PC to (,$grub_partition) as last resort.
	* util/i386/pc/grub-setup.c (setup): Don't touch prefix.
	Fixes a bug reported by Yves Blusseau.
This commit is contained in:
Vladimir Serbinenko 2010-09-11 17:21:48 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 050abaeaa8
commit 25761e13ee
3 changed files with 12 additions and 19 deletions

View file

@ -1,3 +1,11 @@
2010-09-11 Vladimir Serbinenko <phcoder@gmail.com>
2010-09-11 Colin Watson <cjwatson@ubuntu.com>
* util/grub-install.in (grub_partition): New variable.
Set prefix_drive on EFI and PC to (,$grub_partition) as last resort.
* util/i386/pc/grub-setup.c (setup): Don't touch prefix.
Fixes a bug reported by Yves Blusseau.
2010-09-11 Vladimir Serbinenko <phcoder@gmail.com>
Fix emu on mipsel.