diff options
-rw-r--r-- | perl-install/ChangeLog | 2 | ||||
-rw-r--r-- | perl-install/install_steps_interactive.pm | 3 |
2 files changed, 4 insertions, 1 deletions
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 <gc@mandrakesoft.com> * 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."), { |