more linux-like name for LVM volumes

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-22 01:10:24 +02:00
parent 24b905a11c
commit 5dad99b730
3 changed files with 37 additions and 17 deletions

View file

@ -44,6 +44,8 @@ struct grub_lvm_pv {
struct grub_lvm_lv {
char *name;
char *fullname;
char *compatname;
unsigned int number;
unsigned int segment_count;
grub_uint64_t size;