Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > ce52e9513af0183d472019018649444f > files > 3

drakx-installer-stage2-15.54-3.mga3.src.rpm

Index: ./perl-install/install/install2.pm
===================================================================
--- ./perl-install/install/install2.pm	(revision 636)
+++ ./perl-install/install/install2.pm	(working copy)
@@ -494,6 +494,8 @@
     # 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');