From 642a8d12fd45f42e9c13bb60cca2b508e1410c31 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Mon, 6 May 2002 12:00:59 +0000 Subject: [PATCH] Added definitions for DEFBINSIZE and DEFSRCSIZE --- debian/CONF.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/CONF.sh b/debian/CONF.sh index ad6f2c75..96e5b97c 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -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)