From 9cd003d1aff8da4fd85ca8a8454d8aa0e06c8c55 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 12 Nov 2008 14:20:17 +0000 Subject: add a FIXME about custom grub-install --- draklive | 1 + 1 file changed, 1 insertion(+) (limited to 'draklive') 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}/!; -- cgit v1.2.1