diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index e2045a535..e48cb64eb 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -176,6 +176,7 @@ sub setupBootloader { } ) or return 0; } else { + $b->{boot} = $partition_table_mac::bootstrap_part; $in->ask_from_entries_refH('', _("Bootloader main options"), [ { label => _("Bootloader to use"), val => \$bootloader, list => [ keys(%bootloaders) ], format => \&translate }, { label => _("Init Message"), val => \$b->{initmsg} }, |