From ec8ad5d9c776f8e064e2478561f5bc0d02112aa3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 10 Feb 2016 23:28:04 +0100 Subject: do use new 2nd screen for both grub2(|-graphic) see mga#9431 --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index fe9ec1db9..f4550c24d 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -224,7 +224,7 @@ sub setupBootloader { setupBootloader__boot_bios_drive($in, $b, $all_hds->{hds}) or goto general; { local $::Wizard_finished = 1 if $::isStandalone; - if ($b->{method} eq 'grub2') { + if (bootloader::main_method($b->{method}) eq 'grub2') { setupBootloader__grub2($in, $b, $all_hds, $fstab) or goto general; } else { setupBootloader__entries($in, $b, $all_hds, $fstab) or goto general; -- cgit v1.2.1