summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-09 19:58:39 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-09 19:58:39 +0000
commitb630b61f0c2336575af9eff61627c880d5c7fb19 (patch)
tree7f3da81ece8305c356da01e026c70665dc7567be /perl-install
parentba7d13a14be4911593e2f5d297bd8b12bfb07dec (diff)
downloaddrakx-backup-do-not-use-b630b61f0c2336575af9eff61627c880d5c7fb19.tar
drakx-backup-do-not-use-b630b61f0c2336575af9eff61627c880d5c7fb19.tar.gz
drakx-backup-do-not-use-b630b61f0c2336575af9eff61627c880d5c7fb19.tar.bz2
drakx-backup-do-not-use-b630b61f0c2336575af9eff61627c880d5c7fb19.tar.xz
drakx-backup-do-not-use-b630b61f0c2336575af9eff61627c880d5c7fb19.zip
(method_choices_raw) put grub-legacy before grub2
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootloader.pm4
-rw-r--r--perl-install/install/NEWS2
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 4f01093b2..834c7920a 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1205,10 +1205,10 @@ sub method_choices_raw {
arch() =~ /mips/ ? 'pmon2000' :
arch() =~ /arm/ ? 'uboot' :
(
- if_(!$b_prefix_mounted || whereis_binary('grub2-reboot', $::prefix),
- 'grub2'),
if_(!$b_prefix_mounted || whereis_binary('grub', $::prefix),
'grub-graphic', 'grub-menu'),
+ if_(!$b_prefix_mounted || whereis_binary('grub2-reboot', $::prefix),
+ 'grub2'),
if_(!$b_prefix_mounted || whereis_binary('lilo', $::prefix),
'lilo-menu'),
);
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 2b2274edf..771c8c24d 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- put grub-legacy before grub2
+
Version 15.2 - 7 December 2012
- add fake gru2 conf reading