diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-02-10 23:28:04 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-02-10 23:28:04 +0100 |
commit | ec8ad5d9c776f8e064e2478561f5bc0d02112aa3 (patch) | |
tree | 46f955dce57407693e2b2c30df7293bef5dfae01 /perl-install/any.pm | |
parent | 67a05084cbe799ad9ab9b16273cdb079d246b444 (diff) | |
download | drakx-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)
see mga#9431
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
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; |