From ec8aff4f494966557c906f953530a8c12a2fa7d5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Dec 2012 10:52:13 +0100 Subject: Moving off binary image type into new config tree format. --- scripts/build/binary_grub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/binary_grub') diff --git a/scripts/build/binary_grub b/scripts/build/binary_grub index cef3da768..9fa1ba1c5 100755 --- a/scripts/build/binary_grub +++ b/scripts/build/binary_grub @@ -132,7 +132,7 @@ case "${LB_INITRAMFS}" in esac # Setting destination directory -case "${LB_BINARY_IMAGES}" in +case "${LIVE_IMAGE_TYPE}" in iso*|tar) case "${LB_INITRAMFS}" in casper) @@ -245,7 +245,7 @@ fi mkdir -p binary/boot/grub cp -r "${TEMPLATES}"/* binary/boot/grub -case ${LB_BINARY_IMAGES} in +case ${LIVE_IMAGE_TYPE} in iso*) FILES="chroot/usr/lib/grub/*/stage2_eltorito" ;; -- cgit v1.2.3