summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-06 20:33:02 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-06 20:33:02 +0000
commit64fc504ae5f49b93c40c5460362a8a066de9ee74 (patch)
tree22968ded9002a6e908e8f1c629c0818e89f70d25
parent349929a1901d100e78b14671965d3691c10fc4b9 (diff)
downloaddrakx-64fc504ae5f49b93c40c5460362a8a066de9ee74.tar
drakx-64fc504ae5f49b93c40c5460362a8a066de9ee74.tar.gz
drakx-64fc504ae5f49b93c40c5460362a8a066de9ee74.tar.bz2
drakx-64fc504ae5f49b93c40c5460362a8a066de9ee74.tar.xz
drakx-64fc504ae5f49b93c40c5460362a8a066de9ee74.zip
(SEGV handler) no not stop udev, we might still continue and it prevent debugging further
-rw-r--r--perl-install/install/install2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 025382977..bf4a294d1 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -322,7 +322,6 @@ sub main {
log::l("$msg\n");
$o and $o->ask_warn('', $msg);
setVirtual(1);
- stop_udev() if !$::local_install;
require install::steps_auto_install;
install::steps_auto_install_non_interactive::errorInStep($o, $msg);
};