Update CONF.sh, better commenting for EXCLUDE syntax

This commit is contained in:
Steve McIntyre 2006-12-29 05:59:45 +00:00
parent 9d376d233e
commit d53fd344a7
2 changed files with 6 additions and 4 deletions

View File

@ -165,8 +165,9 @@ export DISKTYPE=CD
#export CUSTOMSIZE=XXXX #export CUSTOMSIZE=XXXX
# We don't want certain packages to take up space on CD1... # We don't want certain packages to take up space on CD1...
#export EXCLUDE="$BASEDIR"/tasks/exclude-$CODENAME #export EXCLUDE1="$BASEDIR"/tasks/exclude-$CODENAME
# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x) # ...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 #export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-$CODENAME
# Any packages listed in EXCLUDE but not in any UNEXCLUDE will be # Any packages listed in EXCLUDE but not in any UNEXCLUDE will be
# excluded completely. # excluded completely.

5
debian/CONF.sh vendored
View File

@ -165,8 +165,9 @@ export DISKTYPE=CD
#export CUSTOMSIZE=XXXX #export CUSTOMSIZE=XXXX
# We don't want certain packages to take up space on CD1... # We don't want certain packages to take up space on CD1...
#export EXCLUDE="$BASEDIR"/tasks/exclude-$CODENAME #export EXCLUDE1="$BASEDIR"/tasks/exclude-$CODENAME
# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x) # ...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 #export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-$CODENAME
# Any packages listed in EXCLUDE but not in any UNEXCLUDE will be # Any packages listed in EXCLUDE but not in any UNEXCLUDE will be
# excluded completely. # excluded completely.