diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-19 15:33:27 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-19 15:33:27 +0000 |
commit | 39a95c34de68b45fc16d0d50bef252c555ed4cdd (patch) | |
tree | eb90c81347fcd3bb782a7c7e3357ff1cb2da91fc /perl-install/standalone | |
parent | 403ada51abf6f308edf7a98fd8ed1575a790d72d (diff) | |
download | drakx-39a95c34de68b45fc16d0d50bef252c555ed4cdd.tar drakx-39a95c34de68b45fc16d0d50bef252c555ed4cdd.tar.gz drakx-39a95c34de68b45fc16d0d50bef252c555ed4cdd.tar.bz2 drakx-39a95c34de68b45fc16d0d50bef252c555ed4cdd.tar.xz drakx-39a95c34de68b45fc16d0d50bef252c555ed4cdd.zip |
write modprobe.conf after configuring network
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/finish-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index bef414b53..558f9ebab 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -68,6 +68,7 @@ sub ask_network() { my $modules_conf = modules::any_conf->read; require network::netconnect; network::netconnect::real_main($net, $in, $modules_conf); + $modules_conf->write; } sub ask_authentication() { |