From 1b1cd598699675752d01b161433dfe65b11e2eae Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 6 Jul 2002 10:07:16 +0000 Subject: Allows people having PVs on unpartitioned disks to install (but no way to create such beasts) --- perl-install/partition_table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index c0446ee66..d89269b93 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -455,7 +455,7 @@ sub read_one($$) { if_(arch() =~ /^ia64/, 'gpt'), arch() =~ /^sparc/ ? ('sun', 'bsd') : ('dos', 'bsd', 'sun', 'mac'), ); - foreach ('empty', @parttype, 'unknown') { + foreach ('empty', @parttype, 'lvm_PV', 'unknown') { /unknown/ and die "unknown partition table format on disk " . $hd->{file}; eval { require("partition_table_$_.pm"); -- cgit v1.2.1