From b15e9859d769017892931f2c3889131372fb1f49 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 25 Apr 2015 12:31:15 +0000 Subject: Revert "Do not die if /proc/partitions knows more than us" This reverts commit f482ee7e8ae61341b265ec9a8c91dd1af26ed424. --- perl-install/fs/proc_partitions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/proc_partitions.pm') diff --git a/perl-install/fs/proc_partitions.pm b/perl-install/fs/proc_partitions.pm index f1e4cd7a2..e4a15983e 100644 --- a/perl-install/fs/proc_partitions.pm +++ b/perl-install/fs/proc_partitions.pm @@ -64,7 +64,7 @@ sub compare { if (find { $_->{pt_type} == 0xbf } @l1) { log::l("not using /proc/partitions because of the presence of solaris extended partition"); #- cf #33866 } else { - printf( + die sprintf( "/proc/partitions does not agree with drakx %d != %d:\n%s\n", $len1, $len2, "/proc/partitions: " . join(", ", map { "$_->{device} ($_->{rootDevice})" } @l2)); } -- cgit v1.2.1