diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-08 23:30:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-08 23:30:33 +0000 |
commit | 41e437726fab54cc7281426e745644177a9909af (patch) | |
tree | f3e10267cbeb726b66d74f1504325630c737299b /perl-install/install_steps.pm | |
parent | ac9bcd05a4fed48edd84d37121565d310eede77a (diff) | |
download | drakx-41e437726fab54cc7281426e745644177a9909af.tar drakx-41e437726fab54cc7281426e745644177a9909af.tar.gz drakx-41e437726fab54cc7281426e745644177a9909af.tar.bz2 drakx-41e437726fab54cc7281426e745644177a9909af.tar.xz drakx-41e437726fab54cc7281426e745644177a9909af.zip |
make loopback installs work again
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7c25d3262..d13d2d8fc 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -859,9 +859,6 @@ sub miscellaneous { local $_ = $o->{bootloader}{perImageAppend}; - if ($o->{lnx4win} and !/mem=/) { - $_ .= ' mem=' . availableRamMB() . 'M'; - } if (my @l = detect_devices::IDEburners() and !/ide-scsi/) { $_ .= " " . join(" ", (map { "$_->{device}=ide-scsi" } @l), #- in that case, also add ide-floppy otherwise ide-scsi will be used! |