* util/grub-install.in: Ignore install device on platforms

where it doesn't make sense. Always use UUIDs except on pc, efi and
	sparc64.
	Reported by: Daniel Kahn Gillmor.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-22 15:10:29 +01:00
parent 03a4ccb513
commit 37f4f60828
2 changed files with 21 additions and 12 deletions

View file

@ -1,3 +1,10 @@
2011-01-22 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.in: Ignore install device on platforms
where it doesn't make sense. Always use UUIDs except on pc, efi and
sparc64.
Reported by: Daniel Kahn Gillmor.
2011-01-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/bus/bonito.c (write_bases): Fix direction of the shift.