From 756cfd3e8adfb82d75d10cc1346f288f287f6a26 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Jun 2004 23:20:00 +0000 Subject: [PATCH] set IMAGETARGET in CONF.sh --- CONF.sh | 3 +++ build.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CONF.sh b/CONF.sh index e8a92b4a..c780782f 100644 --- a/CONF.sh +++ b/CONF.sh @@ -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=2: add d-i and base (use TASK=tasks/debian-installer+kernel) #export INSTALLER_CD=0 + +# Only build binary images in build.sh +IMAGETARGET="bin-official_images" diff --git a/build.sh b/build.sh index 7c4b2b89..fb703d03 100755 --- a/build.sh +++ b/build.sh @@ -52,7 +52,7 @@ FULL_SIZE=`echo "($DEFSRCSIZE - $size) * 1024 * 1024" | bc` make list COMPLETE=1 $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE echo " ... building the images" if [ -z "$IMAGETARGET" ] ; then - IMAGETARGET="bin-official_images" + IMAGETARGET="official_images" fi make "$IMAGETARGET"