diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-26 11:59:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-26 11:59:16 +0000 |
commit | 0ed1f0052f4762ca9006ca49d9f93ffdd55bffb3 (patch) | |
tree | 87626f109e2efa7d7cd0a6e2221e847600e98a1c /perl-install/standalone/service_harddrake | |
parent | bdb8da1d8761802650c00f96b89b26bc6bf01181 (diff) | |
download | drakx-0ed1f0052f4762ca9006ca49d9f93ffdd55bffb3.tar drakx-0ed1f0052f4762ca9006ca49d9f93ffdd55bffb3.tar.gz drakx-0ed1f0052f4762ca9006ca49d9f93ffdd55bffb3.tar.bz2 drakx-0ed1f0052f4762ca9006ca49d9f93ffdd55bffb3.tar.xz drakx-0ed1f0052f4762ca9006ca49d9f93ffdd55bffb3.zip |
while bootstrapping, only write /etc/modules.conf only if we really altered it
(thus preventing depmod to be runned everytime)
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 1 |
1 files changed, 0 insertions, 1 deletions
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; |