From 2806a979409cf934ae8c31038be2cf20de9fb041 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Jan 2008 17:37:38 +0000 Subject: - fix detecting existing LVMs (#31228) (regression introduced in 10.4.204 (?)) (backported from HEAD) --- perl-install/install/NEWS | 2 ++ perl-install/partition_table/lvm.pm | 1 - perl-install/partition_table/readonly.pm | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 622502aab..094746f7e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix detecting existing LVMs (#31228) + (regression introduced in 10.4.204 (?)) - look for LVM PV on non partitioned disk before looking for DOS partition_table (esp. for lilo which puts the DOS magic) - don't check /proc/partitions for a partition_table::lvm diff --git a/perl-install/partition_table/lvm.pm b/perl-install/partition_table/lvm.pm index 5378d0bb2..731b470ef 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) = @_; diff --git a/perl-install/partition_table/readonly.pm b/perl-install/partition_table/readonly.pm index ec4e5cc49..f36b60e4a 100644 --- a/perl-install/partition_table/readonly.pm +++ b/perl-install/partition_table/readonly.pm @@ -8,7 +8,6 @@ our @ISA = qw(partition_table::raw); use common; use partition_table::raw; use fs::type; -use lvm; sub initialize { my ($class, $hd, $parts) = @_; -- cgit v1.2.1