Remove GRUB_PREFIX.

* util/grub-mkconfig.in: Remove GRUB_PREFIX.
	* util/grub.d/00_header.in: Compute prefix in the only place it's still
	used for backward compatibility.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-26 18:21:31 +01:00
parent 22c7ce85fe
commit 47454da510
3 changed files with 22 additions and 20 deletions

View file

@ -1,3 +1,11 @@
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
Remove GRUB_PREFIX.
* util/grub-mkconfig.in: Remove GRUB_PREFIX.
* util/grub.d/00_header.in: Compute prefix in the only place it's still
used for backward compatibility.
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
Add new all_video module.
@ -10,7 +18,7 @@
* grub-core/normal/main.c (features): Add feature_all_video_module.
* util/grub.d/00_header.in: Define locale_dir based on $prefix and
don't do explicit search again.
insmod all_vidoe in load_video if available.
insmod all_video in load_video if available.
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>