From 19772d1d6649f9bcea2bed1619f5c8fe0b74f0ca Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 11 Mar 2004 11:37:08 +0000 Subject: catch cdie's in auto_install --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 4e2970cce..6d2c83a7c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -222,7 +222,7 @@ sub doPartitionDisks { my ($o) = @_; if ($o->{partitioning}{auto_allocate}) { - fsedit::auto_allocate($o->{all_hds}, $o->{partitions}); + catch_cdie { fsedit::auto_allocate($o->{all_hds}, $o->{partitions}) } sub { 1 }; } } -- cgit v1.2.1