From c26183ed07376180d44e99d4d49c16aa27bead40 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Aug 2007 14:53:05 +0000 Subject: - drakboot: o allow choosing another bootloader method when a package cannot be installed (occurs on 2008.0 beta1 where mandriva-gfxboot-theme is missing) --- perl-install/any.pm | 2 +- perl-install/install/NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index 2d5f2baa1..ce56ceb80 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -431,7 +431,7 @@ sub setupBootloader__general { delete $b->{'raid-extra-boot'} if $b->{'raid-extra-boot'} eq 'mbr'; } - bootloader::ensure_pkg_is_installed($in->do_pkgs, $b) or return 0; + bootloader::ensure_pkg_is_installed($in->do_pkgs, $b) or goto &setupBootloader__general; bootloader::suggest_message_text($b) if ! -e "$::prefix/boot/message-text"; #- in case we switch from grub to lilo diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 7761eb032..058498e37 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- drakboot: + o allow choosing another bootloader method when a package cannot be + installed (occurs on 2008.0 beta1 where mandriva-gfxboot-theme is missing) - diskdrake: o do not show partition types which have no associated filesystem for LVM LV (#32326) -- cgit v1.2.1