Added definitions for DEFBINSIZE and DEFSRCSIZE

This commit is contained in:
Steve McIntyre 2002-05-06 12:00:59 +00:00
parent 2d2c8a7db9
commit 642a8d12fd
1 changed files with 10 additions and 0 deletions

10
debian/CONF.sh vendored
View File

@ -19,6 +19,8 @@ unset NOSUGGESTS
unset DOJIGDO
unset JIGDOCMD
unset JIGDOTEMPLATEURL
unset DEFBINSIZE
unset DEFSRCSIZE
unset FASTSUMS
unset PUBLISH_URL
unset PUBLISH_PATH
@ -117,6 +119,14 @@ export ISOLINUX=1
# the proper official CD run does not work
#ATTEMPT_FALLBACK=yes
# Set the default sizes of the images we want to create, in MB
# Use these for CD
export DEFSRCSIZE=640
export DEFBINSIZE=630
# Use these for DVD
#export DEFSRCSIZE=4600
#export DEFBINSIZE=4600
# We don't want certain packages to take up space on CD1...
#export EXCLUDE="$BASEDIR"/tasks/exclude-potato
# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x)