From b6a8fceafd44f7354efc7b7b27db48204e051317 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Jun 2000 16:50:39 +0000 Subject: no_comment --- 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 63a7d632d..0ea3fad13 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -316,7 +316,7 @@ sub adjust_main_extended($) { my $start = round_down($l->{normal}{start} - 1, $hd->{geom}{sectors}); my $end = $l->{normal}{start} + $l->{normal}{size}; my $only_linux = 1; - foreach (map $_->{normal}, @l) { + foreach (map $_->{normal}, $l, @l) { $start = min($start, $_->{start}); $end = max($end, $_->{start} + $_->{size}); $only_linux &&= isTrueFS($_) || isSwap($_); -- cgit v1.2.1