[SCM] live-helper branch, debian-next, updated. debian/2.0_a7-1-12-gd32e3b7

Daniel Baumann daniel at debian.org
Thu Feb 18 17:29:31 UTC 2010


The following commit has been merged in the debian-next branch:
commit d32e3b77f6d24569271be7a34ccd3e5b213c022e
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Feb 18 18:25:33 2010 +0100

    Adding iso-hybrid as a binary flavour, part 3.

diff --git a/helpers/binary_iso b/helpers/binary_iso
index 1fcfd8f..811310d 100755
--- a/helpers/binary_iso
+++ b/helpers/binary_iso
@@ -54,7 +54,7 @@ Create_lockfile .lock
 # Checking depends
 Check_package chroot/usr/bin/genisoimage genisoimage
 
-if [ "${LH_BINARY_ISO_HYBRID}" = "true" ]
+if [ "${LH_BINARY_IMAGES}" = "iso-hybrid" ]
 then
 	Check_package chroot/usr/bin/isohybrid syslinux-common
 fi
@@ -189,7 +189,7 @@ cat >> binary.sh << EOF
 genisoimage ${GENISOIMAGE_OPTIONS} -o ${IMAGE} binary
 EOF
 
-if [ "${LH_BINARY_ISO_HYRBID}" = "true" ]
+if [ "${LH_BINARY_IMAGES}" = "iso-hybrid" ]
 then
 
 cat >> binary.sh << EOF

-- 
live-helper



More information about the debian-live-changes mailing list