summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-08 20:13:37 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-08 20:13:37 +0000
commit84836e6ad96e02b4bef621d32b5fbf21fa8d8c88 (patch)
tree32c7c02da89534639e9700b43d4a3f82c00fcc2d /perl-install/install_steps_gtk.pm
parente15d9421df8ad07043db7e055496be9b499194bb (diff)
downloaddrakx-backup-do-not-use-84836e6ad96e02b4bef621d32b5fbf21fa8d8c88.tar
drakx-backup-do-not-use-84836e6ad96e02b4bef621d32b5fbf21fa8d8c88.tar.gz
drakx-backup-do-not-use-84836e6ad96e02b4bef621d32b5fbf21fa8d8c88.tar.bz2
drakx-backup-do-not-use-84836e6ad96e02b4bef621d32b5fbf21fa8d8c88.tar.xz
drakx-backup-do-not-use-84836e6ad96e02b4bef621d32b5fbf21fa8d8c88.zip
say we're low on resources if we have less than 70 Mb of RAM (was 60 Mb)
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 672276910..90b71acab 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -172,7 +172,7 @@ sub selectLanguage {
$o->ask_warn('',
N("Your system is low on resources. You may have some problem installing
Mandrake Linux. If that occurs, you can try a text install instead. For this,
-press `F1' when booting on CDROM, then enter `text'.")) if $first_time && availableRamMB() < 60; # 60MB
+press `F1' when booting on CDROM, then enter `text'.")) if $first_time && availableRamMB() < 70; # 70MB
}