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/ChangeLog | 2 ++ perl-install/install_steps_interactive.pm | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 058fa3296..8a2cf655d 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -22,6 +22,8 @@ * install_steps.pm: removed possibilty to add an user in urpmi group (jloup). + * install_steps_interactive.pm: log if CD not ejectable. + 2000-09-29 Guillaume Cottenceau * share/compssList: sync with latest packages 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