Only producing zsync files for iso and iso-hybrid images.

This commit is contained in:
Daniel Baumann 2012-09-30 17:34:08 +02:00
parent efe7090bdb
commit 64664bb475
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
if [ "${LB_BINARY_IMAGES}" != "iso" ] && [ "${LB_BINARY_IMAGES}" != "iso-hybrid" ]
then
exit 0
fi
if [ "${LB_ZSYNC}" != "true" ]
then
exit 0