set IMAGETARGET in CONF.sh

This commit is contained in:
Joey Hess 2004-06-29 23:20:00 +00:00
parent 3ade6480cd
commit 756cfd3e8a
2 changed files with 4 additions and 1 deletions

View File

@ -270,3 +270,6 @@ export BASE_EXCLUDE="$BASEDIR"/data/$CODENAME/base_exclude
# INSTALLER_CD=1: just add debian-installer (use TASK=tasks/debian-installer) # INSTALLER_CD=1: just add debian-installer (use TASK=tasks/debian-installer)
# INSTALLER_CD=2: add d-i and base (use TASK=tasks/debian-installer+kernel) # INSTALLER_CD=2: add d-i and base (use TASK=tasks/debian-installer+kernel)
#export INSTALLER_CD=0 #export INSTALLER_CD=0
# Only build binary images in build.sh
IMAGETARGET="bin-official_images"

View File

@ -52,7 +52,7 @@ FULL_SIZE=`echo "($DEFSRCSIZE - $size) * 1024 * 1024" | bc`
make list COMPLETE=1 $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE make list COMPLETE=1 $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE
echo " ... building the images" echo " ... building the images"
if [ -z "$IMAGETARGET" ] ; then if [ -z "$IMAGETARGET" ] ; then
IMAGETARGET="bin-official_images" IMAGETARGET="official_images"
fi fi
make "$IMAGETARGET" make "$IMAGETARGET"