diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 071c72b83..1369d5373 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -358,7 +358,7 @@ sub modprobe { my $name = shift; require modules; modules::load_dependencies("/modules/modules.dep"); - modules::load_raw([ $name ], { $name => join(' ', @_) }); + modules::load_with_options([ $name ], { $name => join(' ', @_) }); } sub route { |