* CONF.sh: Don't set MAXCDS by default; was probably changed by accident.

This commit is contained in:
Frans Pop 2007-12-11 21:51:36 +00:00
parent 808cc88159
commit a39f2514a5
3 changed files with 4 additions and 3 deletions

View File

@ -290,7 +290,7 @@ done
#export KERNEL_PARAMS="DEBCONF_PRIORITY=critical"
# If set, limits the number of binary CDs to produce.
export MAXCDS=1
#export MAXCDS=1
# If set, overrides the boot picture used.
#export SPLASHPNG="$BASEDIR/data/$CODENAME/splash-img.png"

2
debian/CONF.sh vendored
View File

@ -290,7 +290,7 @@ done
#export KERNEL_PARAMS="DEBCONF_PRIORITY=critical"
# If set, limits the number of binary CDs to produce.
export MAXCDS=1
#export MAXCDS=1
# If set, overrides the boot picture used.
#export SPLASHPNG="$BASEDIR/data/$CODENAME/splash-img.png"

3
debian/changelog vendored
View File

@ -50,8 +50,9 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
* build_all.sh: don't source CONF.sh after already sourcing $CF earlier.
* CONF.sh: add non-invasive option to avoid sourcing CONF.sh twice when
using wrapper scripts.
* CONF.sh: Don't set MAXCDS by default; was probably changed by accident.
-- Frans Pop <fjp@debian.org> Tue, 11 Dec 2007 22:39:44 +0100
-- Frans Pop <fjp@debian.org> Tue, 11 Dec 2007 22:50:56 +0100
debian-cd (3.0.3) unstable; urgency=low