From dcb72542037de74d20353507dd272d5ea66d651d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 21 Mar 2016 08:02:58 +0100 Subject: load evdev (thus fixing a crash) --- perl-install/install/install2.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install/install2.pm') 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'); -- cgit v1.2.1