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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 9cf778181..8700e2caa 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -631,7 +631,7 @@ sub setupBootloader__grub2 {
title => N("Bootloader Configuration"),
},
[
- { label => N("Default"), val => \$b->{default},
+ { label => N("Default"), val => \$default,
list => [ map { $_->{label} } @{$b2->{entries}} ] },
{ label => N("Append"), val => \$append },
{ label => N("Video mode"), val => \$vga, list => [ '', Xconfig::resolution_and_depth::bios_vga_modes() ],