From 0ed1f0052f4762ca9006ca49d9f93ffdd55bffb3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Aug 2003 11:59:16 +0000 Subject: while bootstrapping, only write /etc/modules.conf only if we really altered it (thus preventing depmod to be runned everytime) --- perl-install/standalone/service_harddrake | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 9b960de5c..3dccca3ff 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -95,6 +95,5 @@ Storable::store(\%config, $last_boot_config); # automatic sound slots configuration harddrake::sound::configure_sound_slots(); -modules::write_conf(); $in->exit(0) if $in; -- cgit v1.2.1