From 76232734e2a0f6e5bf4755b3a478a646a6c99c83 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Dec 2008 17:00:47 +0000 Subject: (add) kernel-2.6.28+ supports more than 15 partitions on SATA & SCSI devices --- 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 1ff4936db..38f4a720a 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -567,7 +567,7 @@ The only solution is to move your primary partitions to have the hole next to th sub add { my ($hd, $part, $b_primaryOrExtended, $b_forceNoAdjust) = @_; - get_normal_parts($hd) >= ($hd->{device} =~ /^rd/ ? 7 : $hd->{device} =~ /^(sd|ida|cciss|ataraid)/ ? 15 : 63) and cdie "maximum number of partitions handled by linux reached"; + get_normal_parts($hd) >= ($hd->{device} =~ /^rd/ ? 7 : $hd->{device} =~ /^(ida|cciss|ataraid)/ ? 15 : 63) and cdie "maximum number of partitions handled by linux reached"; set_isFormatted($part, 0); put_in_hash($part, hd2minimal_part($hd)); -- cgit v1.2.1