summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-03-21 08:02:58 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-03-21 10:01:38 +0100
commitdcb72542037de74d20353507dd272d5ea66d651d (patch)
treee3aa400b5bc0f5307a6e8bacc8287beb6c64ef93 /perl-install/install/install2.pm
parentc582836c3c38001f67e6b08a4227cfdd1aff8afa (diff)
downloaddrakx-dcb72542037de74d20353507dd272d5ea66d651d.tar
drakx-dcb72542037de74d20353507dd272d5ea66d651d.tar.gz
drakx-dcb72542037de74d20353507dd272d5ea66d651d.tar.bz2
drakx-dcb72542037de74d20353507dd272d5ea66d651d.tar.xz
drakx-dcb72542037de74d20353507dd272d5ea66d651d.zip
load evdev (thus fixing a crash)
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index af60f7e0f..46e4d61c6 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -732,6 +732,9 @@ sub main {
# perl_checker: require install::steps_stdio
require "install/steps_$o->{interactive}.pm" if $o->{interactive};
+ #- FIXME loading evdev should prevent crash of following line
+ eval { modules::load("evdev") };
+
#- needed before accessing floppy (in case of usb floppy)
modules::load_category($o->{modules_conf}, 'bus/usb');