diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-21 10:55:55 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-23 12:31:17 +0200 |
commit | bbce078bb7afa8db4fb26efd1c92445615bce5d4 (patch) | |
tree | 72adc8c725a94ed8d941f1ac43c4b7a600dff8ae /helpers/binary_encryption | |
parent | 7b0ae0985255fe30e7dfe096f9c2a00296302140 (diff) | |
download | vyos-live-build-bbce078bb7afa8db4fb26efd1c92445615bce5d4.tar.gz vyos-live-build-bbce078bb7afa8db4fb26efd1c92445615bce5d4.zip |
Renaming --chroot-build to --build-with-chroot.
Diffstat (limited to 'helpers/binary_encryption')
-rwxr-xr-x | helpers/binary_encryption | 4 |
1 files changed, 2 insertions, 2 deletions
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} \ |