[debian-edu-commits] r80703 - trunk/src/build/CD-administrator
pere at alioth.debian.org
pere at alioth.debian.org
Fri Jun 14 21:16:08 UTC 2013
Author: pere
Date: 2013-06-14 21:16:07 +0000 (Fri, 14 Jun 2013)
New Revision: 80703
Modified:
trunk/src/build/CD-administrator/CONF-wheezy-source-dvd.sh
Log:
Remove unused variables and increase the max size to make sure we are not even close to full.
Modified: trunk/src/build/CD-administrator/CONF-wheezy-source-dvd.sh
===================================================================
--- trunk/src/build/CD-administrator/CONF-wheezy-source-dvd.sh 2013-06-14 21:15:38 UTC (rev 80702)
+++ trunk/src/build/CD-administrator/CONF-wheezy-source-dvd.sh 2013-06-14 21:16:07 UTC (rev 80703)
@@ -40,8 +40,6 @@
unset JIGDOFALLBACKURLS || true
unset JIGDOINCLUDEURLS || true
unset JIGDOSCRIPT || true
-unset DEFBINSIZE || true
-unset DEFSRCSIZE || true
unset FASTSUMS || true
unset PUBLISH_URL || true
unset PUBLISH_NONUS_URL || true
@@ -217,14 +215,8 @@
#export DISKTYPE=CD
#export DISKTYPE=DVD
export DISKTYPE=CUSTOM
-export CUSTOMSIZE=4194304
+export CUSTOMSIZE=7864320
-# Set your disk size here in MB. Used in calculating package and
-# source file layouts in build.sh and build_all.sh. Defaults are for
-# CD-R, try ~4430 for DVD-R.
-export DEFBINSIZE=8192
-export DEFSRCSIZE=8192
-
# We don't want certain packages to take up space on CD1...
#export EXCLUDE="$BASEDIR"/tasks/exclude-sarge
#export EXCLUDE="$BASEDIR"/tasks/exclude-etch
More information about the debian-edu-commits
mailing list