summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 174be4b..8d46d9f 100755
--- a/draklive
+++ b/draklive
@@ -500,7 +500,7 @@ sub create_bootloader {
}
if ($live->{system}{gfxboot}) {
- #- FIXME: is gfxmenu update really required?
+ #- grub-gfxmenu would be run by bootloader::write_grub from DrakX
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);