do not set default prefix in grub-mkimage

Default prefix is likely wrong on Unix and completely wrong on Windows.
Let caller set it explicitly to avoid any ambiguity.
This commit is contained in:
Andrey Borzenkov 2014-01-25 19:54:51 +04:00
parent 61c8482b20
commit 1440b7ebae
2 changed files with 15 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2014-01-25 Andrey Borzenkov <arvidjaar@gmail.com>
* util/grub-mkimage.c: Make prefix argument mandatory.
2014-01-24 Vladimir Serbinenko <phcoder@gmail.com>
Fix several translatable strings.