summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive3
1 files changed, 2 insertions, 1 deletions
diff --git a/draklive b/draklive
index 4bc33d2..174be4b 100755
--- a/draklive
+++ b/draklive
@@ -499,7 +499,8 @@ sub create_bootloader {
create_classical_bootloader($live);
}
- if ($live->{system}{gfxboot} && need_media_specific_boot($live)) {
+ if ($live->{system}{gfxboot}) {
+ #- FIXME: is gfxmenu update really required?
run_({ root => $live->get_system_root }, '/usr/sbin/grub-gfxmenu', '--update-gfxmenu');
my $boot_dir = $live->get_builddir . $live->{prefix}{build}{boot};
mkdir_p($boot_dir);