summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-28 19:43:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-28 19:43:06 +0000
commited167f27c63d598a0ebb35276e4a20ea8bb5ad98 (patch)
tree9b2c4a18859df3372b8506568200a9f01047a0c9 /perl-install/install_steps.pm
parent5b443966cd0dd176207dd622c3f302e8c561b390 (diff)
downloaddrakx-ed167f27c63d598a0ebb35276e4a20ea8bb5ad98.tar
drakx-ed167f27c63d598a0ebb35276e4a20ea8bb5ad98.tar.gz
drakx-ed167f27c63d598a0ebb35276e4a20ea8bb5ad98.tar.bz2
drakx-ed167f27c63d598a0ebb35276e4a20ea8bb5ad98.tar.xz
drakx-ed167f27c63d598a0ebb35276e4a20ea8bb5ad98.zip
fix typo
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 882a17d41..9e914bf87 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -921,15 +921,15 @@ sub miscellaneous {
my ($o) = @_;
if (my @l = detect_devices::IDEburners()) {
- add_append($o->{bootloader}, $_->{device}, 'ide-scsi') foreach @l;
+ bootloader::add_append($o->{bootloader}, $_->{device}, 'ide-scsi') foreach @l;
#- in that case, also add ide-floppy otherwise ide-scsi will be used!
- add_append($o->{bootloader}, $_->{device}, 'ide-floppy') foreach detect_devices::ide_zips();
+ bootloader::add_append($o->{bootloader}, $_->{device}, 'ide-floppy') foreach detect_devices::ide_zips();
}
if ($o->{miscellaneous}{HDPARM}) {
- add_append($o->{bootloader}, $_, 'autotune') foreach grep { /ide.*/ } all("/proc/ide");
+ bootloader::add_append($o->{bootloader}, $_, 'autotune') foreach grep { /ide.*/ } all("/proc/ide");
}
if (grep { /Athlon|Duron/ } cat_("/proc/cpuinfo")) {
- add_append($o->{bootloader}, 'mem', 'nopentium');
+ bootloader::add_append($o->{bootloader}, 'mem', 'nopentium');
}
#- keep some given parameters
#-TODO