* grub-core/fs/cpio.c (grub_cpio_dir): Handle subdirs correctly.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-25 14:12:05 +01:00
parent 10b64f1cf4
commit adac52113d
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2011-11-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/cpio.c (grub_cpio_dir): Handle subdirs correctly.
2011-11-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/dl.c (grub_dl_load_segments): Fix alignment handling.