summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 376240aac..a82fce94a 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -632,7 +632,7 @@ sub setupBootloader__grub2 {
require Xconfig::resolution_and_depth;
require network::network; #- to list network profiles
- my $vga = Xconfig::resolution_and_depth::from_bios($b->{vga});
+ my $vga = Xconfig::resolution_and_depth::from_bios($b->{default_vga});
my $os_prober = $in->do_pkgs->is_installed('os-prober', '/usr/bin/os-prober');
my $res = $in->ask_from_(
@@ -660,7 +660,7 @@ sub setupBootloader__grub2 {
if ($res) {
$b->{entries} = $b2->{entries};
$b->{default} = $default;
- $b->{vga} = ref($vga) ? $vga->{bios} : $vga;
+ $b->{default_vga} = ref($vga) ? $vga->{bios} : $vga;
$b->{perImageAppend} = $append;
if ($os_prober) {
$in->do_pkgs->ensure_is_installed('os-prober', '/usr/bin/os-prober');