diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-06 20:33:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-06 20:33:02 +0000 |
commit | 64fc504ae5f49b93c40c5460362a8a066de9ee74 (patch) | |
tree | 22968ded9002a6e908e8f1c629c0818e89f70d25 | |
parent | 349929a1901d100e78b14671965d3691c10fc4b9 (diff) | |
download | drakx-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.pm | 1 |
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); }; |