From a39f2514a53b249efd12d927c36d6e19b82ca1b6 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 11 Dec 2007 21:51:36 +0000 Subject: [PATCH] * CONF.sh: Don't set MAXCDS by default; was probably changed by accident. --- CONF.sh | 2 +- debian/CONF.sh | 2 +- debian/changelog | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CONF.sh b/CONF.sh index 467d3a58..5ea8cceb 100644 --- a/CONF.sh +++ b/CONF.sh @@ -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" diff --git a/debian/CONF.sh b/debian/CONF.sh index 467d3a58..5ea8cceb 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -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" diff --git a/debian/changelog b/debian/changelog index 73434ba2..e3d13160 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 11 Dec 2007 22:39:44 +0100 + -- Frans Pop Tue, 11 Dec 2007 22:50:56 +0100 debian-cd (3.0.3) unstable; urgency=low