2008-09-04 Felix Zielcke <fzielcke@z-51.de>

* util/getroot.c: Include <config.h>.
        (grub_util_get_grub_dev): Rewrite to use asprintf for mdraid devices,
        add support for /dev/md/N devices and handle LVM double dash escaping.
This commit is contained in:
fzielcke 2008-09-04 19:54:59 +00:00
parent 58b6645a8f
commit 4ee5592137
2 changed files with 36 additions and 39 deletions

View file

@ -1,7 +1,13 @@
2008-09-04 Felix Zielcke <fzielcke@z-51.de>
* config.guess: Update to latest version from config.git.
* config.sub: Likewise.
* util/getroot.c: Include <config.h>.
(grub_util_get_grub_dev): Rewrite to use asprintf for mdraid devices,
add support for /dev/md/N devices and handle LVM double dash escaping.
2008-09-04 Felix Zielcke <fzielcke@z-51.de>
* config.guess: Update to latest version from config git.
* config.sub: Likewise.
2008-09-03 Robert Millan <rmh@aybabtu.com>