From bbce078bb7afa8db4fb26efd1c92445615bce5d4 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_encryption | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/binary_encryption') diff --git a/helpers/binary_encryption b/helpers/binary_encryption index 1808fd3bc..db322277a 100755 --- a/helpers/binary_encryption +++ b/helpers/binary_encryption @@ -85,7 +85,7 @@ Install_package Echo_message "Encrypting binary/%s/filesystem.%s with %s..." "${INITFS}" "${LH_CHROOT_FILESYSTEM}" "${LH_ENCRYPTION}" -if [ "${LH_CHROOT_BUILD}" = "true" ] +if [ "${LH_BUILD_WITH_CHROOT}" = "true" ] then # Moving image mv binary/${INITFS}/filesystem.${LH_CHROOT_FILESYSTEM} chroot @@ -100,7 +100,7 @@ do Echo " (Passwords must be at least 20 characters long)" echo - case "${LH_CHROOT_BUILD}" in + case "${LH_BUILD_WITH_CHROOT}" in true) if Chroot chroot aespipe -e ${LH_ENCRYPTION} -T \ < chroot/filesystem.${LH_CHROOT_FILESYSTEM} \ -- cgit v1.2.3