summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-11-18 20:14:26 +0000
committerOlivier Blin <oblin@mandriva.com>2009-11-18 20:14:26 +0000
commitc3446117b7bf6ad06479795406ffbc18ec62ce87 (patch)
tree05a7a4463532c6be8881a0be5083f14d78c4844c
parent89dfffaa157543ace76f3d2506937466e4a97b4e (diff)
downloaddraklive-c3446117b7bf6ad06479795406ffbc18ec62ce87.tar
draklive-c3446117b7bf6ad06479795406ffbc18ec62ce87.tar.gz
draklive-c3446117b7bf6ad06479795406ffbc18ec62ce87.tar.bz2
draklive-c3446117b7bf6ad06479795406ffbc18ec62ce87.tar.xz
draklive-c3446117b7bf6ad06479795406ffbc18ec62ce87.zip
update comment
-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);