* grub-core/normal/misc.c (grub_normal_print_device_info): Show

partition size and offset.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-12 20:18:50 +02:00
parent d8a84076ea
commit 2fc8ccb97f
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-09-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/misc.c (grub_normal_print_device_info): Show
partition size and offset.
2010-09-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/wildcard.c (make_regex): Escape brackets.