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_grub | |
| 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_grub')
| -rwxr-xr-x | helpers/binary_grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub b/helpers/binary_grub index b4d21d1ac..40a34436f 100755 --- a/helpers/binary_grub +++ b/helpers/binary_grub @@ -285,7 +285,7 @@ case ${LH_BINARY_IMAGES} in ;; esac -if [ "${LH_CHROOT_BUILD}" = "false" ] +if [ "${LH_BUILD_WITH_CHROOT}" = "false" ] then FILES="$(echo ${FILES} | sed -e 's|chroot||g')" fi |
