* grub-core/kern/emu/hostdisk_windows.c (grub_util_get_windows_path):

Always return full path. Fixes a problem with mkrelpath.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-09-23 22:49:20 +02:00
parent 39cfdaa9a2
commit 3fff48ab45
2 changed files with 21 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk_windows.c (grub_util_get_windows_path):
Always return full path. Fixes a problem with mkrelpath.
2013-09-23 Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
* util/grub-install.in: Add GPT PReP support.