From 259e127fc6202c3744187353e44a8a2bd8a7616f Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 29 Sep 2000 17:13:33 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 9c3f1baa2..546d19fbb 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -562,6 +562,7 @@ sub chooseCD { unless (grep { /ram3/ } cat_("/proc/mounts")) { #- mono-cd in case of no ramdisk undef $packages->[2]{$_}{selected} foreach @mediums; + log::l("low memory install, using single CD installation (as it is not ejectable)"); return; } @@ -579,7 +580,7 @@ sub chooseCD { $o->set_help('chooseCD'); $o->ask_many_from_list('', - _("If you have all the CDs in the list below, click Ok. +_("If you have all the CDs in the list below, click Ok. If you have none of those CDs, click Cancel. If only some CDs are missing, unselect them, then click Ok."), { -- cgit v1.2.1