From 4de1d5ff736c8faf92a577175d403cc338764e25 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Jan 2008 17:24:04 +0000 Subject: - fix detecting existing LVMs (#31228) (regression introduced in 10.4.204 (?)) nb: great care must be taken to ensure lvm::init() is not called too soon (maybe lvm::init should be called in fsedit to ensure this doesn't happen again?) --- perl-install/partition_table/lvm.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/partition_table/lvm.pm') diff --git a/perl-install/partition_table/lvm.pm b/perl-install/partition_table/lvm.pm index 57dab0bfc..8a28a4c2a 100644 --- a/perl-install/partition_table/lvm.pm +++ b/perl-install/partition_table/lvm.pm @@ -10,7 +10,6 @@ our @ISA = qw(partition_table::readonly); use common; use partition_table::readonly; use fs::type; -use lvm; sub _parts { my ($hd) = @_; -- cgit v1.2.1