diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-11-18 20:14:26 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-11-18 20:14:26 +0000 |
commit | c3446117b7bf6ad06479795406ffbc18ec62ce87 (patch) | |
tree | 05a7a4463532c6be8881a0be5083f14d78c4844c /draklive | |
parent | 89dfffaa157543ace76f3d2506937466e4a97b4e (diff) | |
download | drakiso-c3446117b7bf6ad06479795406ffbc18ec62ce87.tar drakiso-c3446117b7bf6ad06479795406ffbc18ec62ce87.tar.gz drakiso-c3446117b7bf6ad06479795406ffbc18ec62ce87.tar.bz2 drakiso-c3446117b7bf6ad06479795406ffbc18ec62ce87.tar.xz drakiso-c3446117b7bf6ad06479795406ffbc18ec62ce87.zip |
update comment
Diffstat (limited to 'draklive')
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |