set IMAGETARGET in CONF.sh
This commit is contained in:
parent
3ade6480cd
commit
756cfd3e8a
3
CONF.sh
3
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=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"
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue