From bdc88f8775b98efc3f68073f2b0aaf208fc49257 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 2 Oct 2002 08:19:48 +0000 Subject: try to make the install work in "blank" mode (aka fix pixel sucked when changed modules.pm code, not handling blank mode) --- 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 c3ed4cb89..4470475dc 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -47,7 +47,7 @@ sub load { }; my @network_devices = $network_module ? detect_devices::getNet() : (); - if ($::testing) { + if ($::testing || $o->{blank}) { log::l("i would load module $_ (@{$options{$_}})") foreach @l; } elsif ($::isStandalone || $::live) { run_program::run('/sbin/modprobe', $_, @{$options{$_}}) -- cgit v1.2.1