diff options
author | Francois Pons <fpons@mandriva.com> | 2002-01-18 10:40:26 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-01-18 10:40:26 +0000 |
commit | 6df006412429817e30b1d0ced64eb7a7e3a66abb (patch) | |
tree | fc9c535d7c9fbe76b1d82bf64f55ee169f95cb60 /perl-install | |
parent | b740895227d04359e22a440e298f3b0b060b1b75 (diff) | |
download | drakx-backup-do-not-use-6df006412429817e30b1d0ced64eb7a7e3a66abb.tar drakx-backup-do-not-use-6df006412429817e30b1d0ced64eb7a7e3a66abb.tar.gz drakx-backup-do-not-use-6df006412429817e30b1d0ced64eb7a7e3a66abb.tar.bz2 drakx-backup-do-not-use-6df006412429817e30b1d0ced64eb7a7e3a66abb.tar.xz drakx-backup-do-not-use-6df006412429817e30b1d0ced64eb7a7e3a66abb.zip |
avoid downNetwork as no difference are made between ethernet or ppp.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 0c705fc34..815ef098e 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -935,7 +935,7 @@ Do you want to install the updates ?"))) || return; } #- stop interface using ppp only. FIXME REALLY TOCHECK isdn (costly network) ? - install_interactive::downNetwork($o, 'pppOnly'); + # FIXME damien install_interactive::downNetwork($o, 'pppOnly'); } |