summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-02-10 23:28:04 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-02-10 23:28:04 +0100
commitec8ad5d9c776f8e064e2478561f5bc0d02112aa3 (patch)
tree46f955dce57407693e2b2c30df7293bef5dfae01
parent67a05084cbe799ad9ab9b16273cdb079d246b444 (diff)
downloaddrakx-ec8ad5d9c776f8e064e2478561f5bc0d02112aa3.tar
drakx-ec8ad5d9c776f8e064e2478561f5bc0d02112aa3.tar.gz
drakx-ec8ad5d9c776f8e064e2478561f5bc0d02112aa3.tar.bz2
drakx-ec8ad5d9c776f8e064e2478561f5bc0d02112aa3.tar.xz
drakx-ec8ad5d9c776f8e064e2478561f5bc0d02112aa3.zip
do use new 2nd screen for both grub2(|-graphic)
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
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;