From 78b60e5ca786616fdbc8a7fa523f95658a9e04d7 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 15 Nov 2000 12:35:52 +0000 Subject: when loading a new module, add an alias for it, even in standalone mode. --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 7178396ca..f9a9ed1e7 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -422,7 +422,7 @@ sub load { if ($::testing) { log::l("i try to install $name module (@options)"); } elsif ($::isStandalone || $::live) { - return run_program::run("modprobe", $name, @options); + run_program::run("modprobe", $name, @options); } else { $conf{$name}{loaded} and return; -- cgit v1.2.1