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_memtest | |
| 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_memtest')
| -rwxr-xr-x | helpers/binary_memtest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_memtest b/helpers/binary_memtest index 6c59f1057..8afcb9f82 100755 --- a/helpers/binary_memtest +++ b/helpers/binary_memtest @@ -48,7 +48,7 @@ then exit 0 fi -if [ "${LH_CHROOT_BUILD}" = "true" ] +if [ "${LH_BUILD_WITH_CHROOT}" = "true" ] then if [ -f chroot/usr/sbin/grub ] && [ ! -f chroot/boot/grub/menu.lst ] @@ -94,7 +94,7 @@ Check_multiarchitecture mkdir -p "${DESTDIR}" # Installing memtest -case "${LH_CHROOT_BUILD}" in +case "${LH_BUILD_WITH_CHROOT}" in true) cp chroot/boot/${LH_MEMTEST}.bin "${DESTDIR}"/memtest ;; |
