summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-10-27 08:01:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-10-27 08:01:02 +0000
commitb2a9ab149131df16c7e4ce22ad6e8be13517ca21 (patch)
treecb70f55cdfc2be81c36a1d57b7af5020ff962db6 /perl-install/install_steps.pm
parenta35dcdba3a280e758692fe896b00750672128d62 (diff)
downloaddrakx-b2a9ab149131df16c7e4ce22ad6e8be13517ca21.tar
drakx-b2a9ab149131df16c7e4ce22ad6e8be13517ca21.tar.gz
drakx-b2a9ab149131df16c7e4ce22ad6e8be13517ca21.tar.bz2
drakx-b2a9ab149131df16c7e4ce22ad6e8be13517ca21.tar.xz
drakx-b2a9ab149131df16c7e4ce22ad6e8be13517ca21.zip
nicer
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index b35c6d5b8..22f013565 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -851,7 +851,7 @@ sub setupBootloaderBefore {
bootloader::set_append($o->{bootloader}, $_, 'autotune') foreach grep { /ide/ } all("/proc/ide");
}
if (cat_("/proc/cmdline") =~ /mem=nopentium/) {
- bootloader::set_append($o->{bootloader}, 'mem', 'nopentium');
+ bootloader::set_append($o->{bootloader}, mem => 'nopentium');
}
if (cat_("/proc/cmdline") =~ /\b(pci)=(\S+)/) {
bootloader::set_append($o->{bootloader}, $1, $2);