summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-11 17:04:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-11 17:04:27 +0000
commit73dbf7388acb7f0c2cf4d90b8c9797a1fac679fc (patch)
treee860e7d184afeca2c80c495c0228cc5f56579613 /perl-install/diskdrake/hd_gtk.pm
parent2e7a857a435d34c9da3f7f05e7b762f91935f80c (diff)
downloaddrakx-73dbf7388acb7f0c2cf4d90b8c9797a1fac679fc.tar
drakx-73dbf7388acb7f0c2cf4d90b8c9797a1fac679fc.tar.gz
drakx-73dbf7388acb7f0c2cf4d90b8c9797a1fac679fc.tar.bz2
drakx-73dbf7388acb7f0c2cf4d90b8c9797a1fac679fc.tar.xz
drakx-73dbf7388acb7f0c2cf4d90b8c9797a1fac679fc.zip
rename LVMname to VG_name
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index ea6a47724..d437799c5 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -362,7 +362,7 @@ sub createOrChangeType {
################################################################################
sub lvm2kind {
my ($lvm) = @_;
- { type => 'lvm', name => $lvm->{LVMname}, val => $lvm };
+ { type => 'lvm', name => $lvm->{VG_name}, val => $lvm };
}
################################################################################