From 09c2e7943c44cd56cda443b9c59cf9e475e257b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 13 Dec 2009 21:21:59 +0100 Subject: Adding experimental support for isohybrid (Closes: #558688). --- helpers/lh_binary_iso | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'helpers') diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso index 47529d6a7..4012a7021 100755 --- a/helpers/lh_binary_iso +++ b/helpers/lh_binary_iso @@ -45,6 +45,11 @@ Create_lockfile .lock # Checking depends Check_package chroot/usr/bin/genisoimage genisoimage +if [ "${LH_BINARY_ISO_HYBRID}" = "true" ] +then + Check_package chroot/usr/bin/isohybrid syslinux-common +fi + # Restoring cache Restore_cache cache/packages_binary @@ -175,6 +180,16 @@ cat >> binary.sh << EOF genisoimage ${GENISOIMAGE_OPTIONS} -o binary.iso binary EOF +if [ "${LH_BINARY_ISO_HYRBID}" = "true" ] +then + +cat >> binary.sh << EOF + +isohybrid binary.iso +EOF + +fi + case "${LH_CHROOT_BUILD}" in true) # Moving image -- cgit v1.2.3