diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-02 15:39:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-02 15:39:00 +0000 |
commit | 38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b (patch) | |
tree | a123a897b4c19818718fa8d9f8c32eb6c168ecc9 /perl-install/install_steps.pm | |
parent | c534ab4dac3a0fbce120b9d2dbc82e120195db4a (diff) | |
download | drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.gz drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.bz2 drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.xz drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 34c38e57d..ece51df5c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -830,7 +830,7 @@ sub miscellaneous { $_ .= join('', map { " $_=autotune" } grep { /ide.*/ } all("/proc/ide")) if !/ide.=autotune/; } if (my $m = detect_devices::hasUltra66()) { - #$_ .= " $m" if !/ide.=0x/; + #$_ .= " $m" if !/ide.=0x/; #- add it back to support Ultra66 on ide modules. } #- keep some given parameters |