From 9d61bc13d96576e3aa02c6efff5bdad822c81cd8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 23 Aug 2004 08:15:05 +0000 Subject: (modprobe) use load_with_options instead of load_raw to take care of module dependencies --- perl-install/commands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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 { -- cgit v1.2.1