From f14e82c2d6d46952752b12c1baf4f6f061d52f60 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 13 Oct 2009 14:12:25 +0000 Subject: always include boot dir in iso image --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draklive b/draklive index 58fa6d1..9c253ea 100755 --- a/draklive +++ b/draklive @@ -631,7 +631,6 @@ sub create_cdrom_master { $live->get_builddir . $live->{prefix}{build}{boot} . '/syslinux', $live->get_builddir . $live->{prefix}{build}{boot} . get_syslinux_path($live->{media}, $opts), $label, - $live->get_media_prefix('boot', $opts->{boot}) . '=' . $live->get_builddir . $live->{prefix}{build}{boot}, if_(!$opts->{boot_only}, (map { $live->get_media_prefix('loopbacks', $opts->{boot}) . $_ . @@ -672,6 +671,7 @@ sub build_iso_image { '-boot-load-size', 4, '-boot-info-table', '-graft-points', if_($dest, '-o', $dest), + $live->get_media_prefix('boot', $opts->{boot}) . '=' . $live->get_builddir . $live->{prefix}{build}{boot}, if_($o_isolinux_path, 'isolinux=' . $o_isolinux_path), 'isolinux/isolinux.cfg=' . $isolinux_cfg, 'isolinux/isolinux.bin=/usr/lib/syslinux/isolinux.bin', -- cgit v1.2.1