Improve the description for MAXCDS in the conf file. Patch from Karl Goetz.

This commit is contained in:
Steve McIntyre 2010-02-21 21:27:50 +00:00
parent e4bec4dbd2
commit 37f2de9fbf
2 changed files with 6 additions and 4 deletions

View File

@ -227,7 +227,7 @@ export ARCHIVE_EXTRACTED_SOURCES="http://cdimage.debian.org/cdimage/cd-sources/"
# Produce iso/jigdo files: specify how many iso/jigdo files should be
# produced in your set. If not set or when the value is "ALL" they will
# be created for all images. One of the variables can be set to zero if
# either iso or jigdo files are not wanted, but not both.
# either iso or jigdo files are not wanted.
# Replaces the old "DOJIGDO" setting with something much more flexible.
#export MAXISOS=0
#export MAXJIGDOS=0
@ -330,7 +330,8 @@ done
# Default desktop (currently only used by win32-loader)
#export DESKTOP=kde
# If set, limits the number of binary CDs to produce.
# If set, limits the number of images to produce. The maximum
# value of MAXISOS and MAXJIGDOS are limited to this setting.
#export MAXCDS=1
# If set, overrides the boot picture used.

5
debian/CONF.sh vendored
View File

@ -227,7 +227,7 @@ export ARCHIVE_EXTRACTED_SOURCES="http://cdimage.debian.org/cdimage/cd-sources/"
# Produce iso/jigdo files: specify how many iso/jigdo files should be
# produced in your set. If not set or when the value is "ALL" they will
# be created for all images. One of the variables can be set to zero if
# either iso or jigdo files are not wanted, but not both.
# either iso or jigdo files are not wanted.
# Replaces the old "DOJIGDO" setting with something much more flexible.
#export MAXISOS=0
#export MAXJIGDOS=0
@ -330,7 +330,8 @@ done
# Default desktop (currently only used by win32-loader)
#export DESKTOP=kde
# If set, limits the number of binary CDs to produce.
# If set, limits the number of images to produce. The maximum
# value of MAXISOS and MAXJIGDOS are limited to this setting.
#export MAXCDS=1
# If set, overrides the boot picture used.