diff options
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 |