summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive1
1 files changed, 1 insertions, 0 deletions
diff --git a/draklive b/draklive
index 1abe96e..fd6d1a8 100755
--- a/draklive
+++ b/draklive
@@ -771,6 +771,7 @@ sub install_usb_bootloader {
mkdir_p(dirname($local_grub_install));
cp_f($live->get_system_root . '/sbin/grub-install', $local_grub_install);
my $root = $live->get_system_root;
+ #- FIXME: use a grub/install.sh script?
substInFile {
s!^\s*exec_prefix=.*!exec_prefix=$root!;
s!^\s*grub_prefix=/boot/!grub_prefix=${media_boot}/!;