From d53fd344a731379e79d62b0676175eb21a77afa2 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 29 Dec 2006 05:59:45 +0000 Subject: [PATCH] Update CONF.sh, better commenting for EXCLUDE syntax --- CONF.sh | 5 +++-- debian/CONF.sh | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CONF.sh b/CONF.sh index 3fb0a3de..7d9d1cb3 100644 --- a/CONF.sh +++ b/CONF.sh @@ -165,8 +165,9 @@ export DISKTYPE=CD #export CUSTOMSIZE=XXXX # We don't want certain packages to take up space on CD1... -#export EXCLUDE="$BASEDIR"/tasks/exclude-$CODENAME -# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x) +#export EXCLUDE1="$BASEDIR"/tasks/exclude-$CODENAME +# ...but they are okay for other CDs (UNEXCLUDEx == may be included +# on CD x if not already covered) #export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-$CODENAME # Any packages listed in EXCLUDE but not in any UNEXCLUDE will be # excluded completely. diff --git a/debian/CONF.sh b/debian/CONF.sh index 3fb0a3de..7d9d1cb3 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -165,8 +165,9 @@ export DISKTYPE=CD #export CUSTOMSIZE=XXXX # We don't want certain packages to take up space on CD1... -#export EXCLUDE="$BASEDIR"/tasks/exclude-$CODENAME -# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x) +#export EXCLUDE1="$BASEDIR"/tasks/exclude-$CODENAME +# ...but they are okay for other CDs (UNEXCLUDEx == may be included +# on CD x if not already covered) #export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-$CODENAME # Any packages listed in EXCLUDE but not in any UNEXCLUDE will be # excluded completely.