diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-02 19:48:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-02 19:48:21 +0000 |
commit | 9176797a41f4acb22259ffa0b7e58d49b1bceac3 (patch) | |
tree | c655e423b29d899df9f332247e1640b142300a03 /perl-install/install_steps.pm | |
parent | edeac12d2a69a099fdf5fec50e389699de21c2c2 (diff) | |
download | drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.tar drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.tar.gz drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.tar.bz2 drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.tar.xz drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 5cffd1d75..dd30e6dd9 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -383,6 +383,7 @@ sub readBootloaderConfigBeforeInstall { sub setupBootloaderBefore { my ($o) = @_; + $o->{bootloader}{perImageAppend} = "mem=$o->{miscellaneous}{memsize}" if $o->{miscellaneous}{memsize}; lilo::suggest($o->{prefix}, $o->{bootloader}, $o->{hds}, $o->{fstab}, install_any::kernelVersion()); $o->{bootloader}{keytable} ||= keyboard::kmap($o->{keyboard}); } |