From 36bddd25da6519e9d6effa254106e54de87bd711 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 May 2010 10:55:55 +0200 Subject: Renaming --chroot-build to --build-with-chroot. --- helpers/binary_syslinux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'helpers/binary_syslinux') diff --git a/helpers/binary_syslinux b/helpers/binary_syslinux index 116eaf404..af7e9cd8b 100755 --- a/helpers/binary_syslinux +++ b/helpers/binary_syslinux @@ -220,7 +220,7 @@ Copy_syslinux_templates () ;; esac - case "${LH_CHROOT_BUILD}" in + case "${LH_BUILD_WITH_CHROOT}" in true) cp chroot/usr/lib/syslinux/"${MENUMODULE}" ${DATA_PATH} ;; @@ -582,7 +582,7 @@ Configure_syslinux_templates # Configure syslinux setup per boot method case "${LH_BINARY_IMAGES}" in iso*) - case "${LH_CHROOT_BUILD}" in + case "${LH_BUILD_WITH_CHROOT}" in true) cp chroot/usr/lib/syslinux/isolinux.bin ${SCREEN_PATH} ;; @@ -601,7 +601,7 @@ case "${LH_BINARY_IMAGES}" in ;; net) - case "${LH_CHROOT_BUILD}" in + case "${LH_BUILD_WITH_CHROOT}" in true) cp chroot/usr/lib/syslinux/pxelinux.0 ${KERNEL_PATH} ;; @@ -632,7 +632,7 @@ case "${LH_BINARY_IMAGES}" in ;; usb*|tar) - case "${LH_CHROOT_BUILD}" in + case "${LH_BUILD_WITH_CHROOT}" in true) cp chroot/usr/lib/syslinux/isolinux.bin ${SCREEN_PATH}/syslinux.bin ;; -- cgit v1.2.3