From c9deb0b888f4f2da8d85abc79fbfa70c6122ff65 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 23 Apr 2015 21:28:42 +0000 Subject: Do not die if /proc/partitions knows more than us --- perl-install/fs/proc_partitions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs/proc_partitions.pm b/perl-install/fs/proc_partitions.pm index 990e8ce31..d88c231b0 100644 --- a/perl-install/fs/proc_partitions.pm +++ b/perl-install/fs/proc_partitions.pm @@ -60,7 +60,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 { - die sprintf( + printf( "/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