more linux-like name for LVM volumes
This commit is contained in:
parent
24b905a11c
commit
5dad99b730
3 changed files with 37 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue