From ed167f27c63d598a0ebb35276e4a20ea8bb5ad98 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Jan 2002 19:43:06 +0000 Subject: fix typo --- perl-install/install_steps.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install') 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 -- cgit v1.2.1