From dde74c8fbdd2a4efe0bcfcfa7e41ded1bde27341 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 29 Sep 2000 11:30:30 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 9c099d434..571377836 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -421,7 +421,7 @@ sub load { if ($::testing) { log::l("i try to install $name module (@options)"); - } elsif ($::live) { + } elsif ($::isStandalone || $::live) { return run_program::run("modprobe", $name, @options); } else { $conf{$name}{loaded} and return; -- cgit v1.2.1