diff options
author | Francois Pons <fpons@mandriva.com> | 2001-09-21 15:06:22 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-09-21 15:06:22 +0000 |
commit | cd5d1003a9ea3f202ec2e85567b370bce7313099 (patch) | |
tree | 355f39391225d2d2d72def130d2bba79d0a6a512 | |
parent | cb3afbddbc98accde27da668b88ce12790677bc6 (diff) | |
download | drakx-cd5d1003a9ea3f202ec2e85567b370bce7313099.tar drakx-cd5d1003a9ea3f202ec2e85567b370bce7313099.tar.gz drakx-cd5d1003a9ea3f202ec2e85567b370bce7313099.tar.bz2 drakx-cd5d1003a9ea3f202ec2e85567b370bce7313099.tar.xz drakx-cd5d1003a9ea3f202ec2e85567b370bce7313099.zip |
avoid keeping testing code.
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 68c53295d..04dbf0fbb 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -676,7 +676,7 @@ sub chooseCD { my @mediumsDescr = (); my %mediumsDescr = (); - if (0 && !common::usingRamdisk()) { + if (!common::usingRamdisk()) { #- mono-cd in case of no ramdisk undef $packages->{mediums}{$_}{selected} foreach @mediums; log::l("low memory install, using single CD installation (as it is not ejectable)"); |