From 2d810615072236d104e24cf723378ccf723bdab8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 9 Nov 2009 23:53:24 +0000 Subject: fix writing media specific boot for disk masters --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draklive') diff --git a/draklive b/draklive index 4ac770e..c9fa706 100755 --- a/draklive +++ b/draklive @@ -911,7 +911,7 @@ sub install_disk_bootloader { $live->{prefix}{boot} . $_; } get_syslinux_path($media, $opts), $media->get_initrd_path, @syslinux_boot_files; } elsif ($bootloader eq 'grub') { - if (need_compressed_image($live)) { + if (need_media_specific_boot($live)) { #- FIXME: add get_grub_path (when building boot configuration files) # and get_bootloader_path (when copying) mkdir_p($live->{mnt} . $media_boot . '/grub'); -- cgit v1.2.1