~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to CONF.sh

  • Committer: Arch Librarian
  • Date: 2005-03-22 00:57:34 UTC
  • Revision ID: Arch-1:debian-cd@arch.ubuntu.com%debian-cd--MAIN--0--patch-301
Added support for DVD-sized images. Specify default ima...
Author: 93sam
Date: 2002-04-07 16:26:59 GMT
Added support for DVD-sized images. Specify default image sizes in
CONF.sh as DEFBINSIZE and DEFSRCSIZE

build.sh and build_all.sh now use these settings to calculate the
packages and source files to go on each disk, using bc - shell
arithmetic cannot cope with > 32-bit numbers

use the md5sum from the textutils package - dpkg's md5sum cannot
handle large files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
unset DOJIGDO
23
23
unset JIGDOCMD
24
24
unset JIGDOTEMPLATEURL
 
25
unset DEFBINSIZE
 
26
unset DEFSRCSIZE
25
27
 
26
28
 
27
29
# The debian-cd dir
115
117
# the proper official CD run does not work
116
118
#ATTEMPT_FALLBACK=yes
117
119
 
 
120
# Set your disk size here in MB. Used in calculating package and
 
121
# source file layouts in build.sh and build_all.sh. Defaults are for
 
122
# CD-R, try ~4600 for DVD-R.
 
123
export DEFBINSIZE=630
 
124
export DEFSRCSIZE=635
 
125
 
118
126
# We don't want certain packages to take up space on CD1...
119
127
#export EXCLUDE="$BASEDIR"/tasks/exclude-potato
120
128
# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x)