diff options
Diffstat (limited to 'lib/MGA')
-rwxr-xr-x | lib/MGA/DrakISO/BuildBoot.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MGA/DrakISO/BuildBoot.pm b/lib/MGA/DrakISO/BuildBoot.pm index fc0f3fa..2038538 100755 --- a/lib/MGA/DrakISO/BuildBoot.pm +++ b/lib/MGA/DrakISO/BuildBoot.pm @@ -174,7 +174,7 @@ sub prepare_iso_bootloader { output($grub2_cfg, build_grub2_cfg($build, $theme_name, \@theme_fonts, $add_lang_menu, $add_kbd_menu)); } - my $title = $label =~ s/-/ /gr; + my $title = $build->{media}{bootloader_title} // $label =~ s/-/ /gr; # If we have a theme, replace the menu title with the name of the ISO # (extracted from the disk label). |