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/NEWS | 2 ++ perl-install/install/install2.pm | 3 +++ 2 files changed, 5 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3d4f76256..db7980b63 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- load evdev (thus fixing a crash) + Version 17.20 - 18 March 2016 - prevent slow boot on first boot (mga#16684) 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