diff options
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r-- | perl-install/install/install2.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 46e4d61c6..0c23ba92d 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}; + # psmouse is now modular: + eval { modules::load("psmouse") }; + #- FIXME loading evdev should prevent crash of following line eval { modules::load("evdev") }; |