diff options
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/pkgs.pm | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 5ceb2d114..9f37ca4f7 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - package installation: + o ask for retry o log bogus signatures Version 12.8 - 6 March 2009 diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index db241d635..d1387214b 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -757,8 +757,6 @@ sub _install_raw { log::l($msg2); $::o->ask_yesorno(N("Warning"), "$msg\n\n$msg2"); }, - ask_retry => sub { - }, copy_removable => sub { my ($medium) = @_; $::o->ask_change_cd($medium); |