diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-02 11:23:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-02 11:23:52 +0000 |
commit | 19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c (patch) | |
tree | 4fa64a61d165f66eeb839618e1c3b72f9e7a42f6 /perl-install/install_steps.pm | |
parent | 54b725e9d01d45d1e6d23538a83cbc89e31578ac (diff) | |
download | drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.gz drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.bz2 drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.xz drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.zip |
no_comment
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 c66394474..ecb350543 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/; } #- keep some given parameters |