diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 09:54:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 09:54:05 +0000 |
commit | 398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e (patch) | |
tree | 39b997e34a55d8218030ba3b5bf640246afd3d69 /perl-install/modules.pm | |
parent | 7e97be4647322b29d7218bac9b078a0d6b294afd (diff) | |
download | drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.gz drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.bz2 drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.xz drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.zip |
blank.img has been removed, so remove special code handling it
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 8686eaa9c..638bebd5b 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -77,7 +77,7 @@ sub load { }; my @network_devices = $network_module ? detect_devices::getNet() : (); - if ($::testing || $::blank) { + if ($::testing) { log::l("i would load module $_ (" . join(" ", @{$options{$_}}) . ")") foreach @l; } elsif ($::isStandalone || $::move) { run_program::run('/sbin/modprobe', $_, @{$options{$_}}) |