add verbose information to linux platform check

As suggested by Vladimir Serbienko, add additional verbose output to inform
why we selected this specific platform.
This commit is contained in:
Andrey Borzenkov 2013-12-16 23:17:40 +04:00
parent 35248820ea
commit 840a2c0592
2 changed files with 19 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2013-12-16 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/osdep/linux/platform.c (grub_install_get_default_x86_platform):
Add verbose information which firmware directories were tried.
2013-12-16 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/osdep/unix/exec.c (grub_util_exec_redirect_all): New