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.