From c66942f06ed5dcebab29711afee6dcef8d865adf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Feb 2010 17:34:29 +0100 Subject: Reworking iso-hybrid as an independent binary image type. --- helpers/binary_grub2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/binary_grub2') diff --git a/helpers/binary_grub2 b/helpers/binary_grub2 index 0cf06183f..7a7b26e80 100755 --- a/helpers/binary_grub2 +++ b/helpers/binary_grub2 @@ -102,7 +102,7 @@ esac # Setting destination directory case "${LH_BINARY_IMAGES}" in - iso|tar) + iso*|tar) case "${LH_INITRAMFS}" in casper) DESTDIR_LIVE="binary/casper" @@ -249,7 +249,7 @@ mkdir -p binary/boot/grub cp -r "${TEMPLATES}"/* binary/boot/grub case ${LH_BINARY_IMAGES} in - iso) + iso*) FILES="chroot/usr/lib/grub/i386-pc/*.mod chroot/usr/lib/grub/i386-pc/*.lst chroot/usr/lib/grub/i386-pc/efiemu??.o chroot/usr/share/grub/*.pf2" ;; -- cgit v1.2.3