diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 10:52:13 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:03 +0200 |
commit | f5acab633c5a8425987e472a40a113715891b301 (patch) | |
tree | 1ba0d14a503182449514be729338d4bbf9b675fb /scripts/build/chroot_hacks | |
parent | c73a5a0ee0b7e372ef33b6f0ab817d86a1a8093e (diff) | |
download | vyos-live-build-f5acab633c5a8425987e472a40a113715891b301.tar.gz vyos-live-build-f5acab633c5a8425987e472a40a113715891b301.zip |
Moving off binary image type into new config tree format.
Diffstat (limited to 'scripts/build/chroot_hacks')
-rwxr-xr-x | scripts/build/chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index a30f83054..4e615c82a 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -38,7 +38,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -case "${LB_BINARY_IMAGES}" in +case "${LIVE_IMAGE_TYPE}" in netboot) if [ ! -f chroot/sbin/mount.cifs ] then |