Added definitions for DEFBINSIZE and DEFSRCSIZE
This commit is contained in:
parent
2d2c8a7db9
commit
642a8d12fd
|
@ -19,6 +19,8 @@ unset NOSUGGESTS
|
||||||
unset DOJIGDO
|
unset DOJIGDO
|
||||||
unset JIGDOCMD
|
unset JIGDOCMD
|
||||||
unset JIGDOTEMPLATEURL
|
unset JIGDOTEMPLATEURL
|
||||||
|
unset DEFBINSIZE
|
||||||
|
unset DEFSRCSIZE
|
||||||
unset FASTSUMS
|
unset FASTSUMS
|
||||||
unset PUBLISH_URL
|
unset PUBLISH_URL
|
||||||
unset PUBLISH_PATH
|
unset PUBLISH_PATH
|
||||||
|
@ -117,6 +119,14 @@ export ISOLINUX=1
|
||||||
# the proper official CD run does not work
|
# the proper official CD run does not work
|
||||||
#ATTEMPT_FALLBACK=yes
|
#ATTEMPT_FALLBACK=yes
|
||||||
|
|
||||||
|
# Set the default sizes of the images we want to create, in MB
|
||||||
|
# Use these for CD
|
||||||
|
export DEFSRCSIZE=640
|
||||||
|
export DEFBINSIZE=630
|
||||||
|
# Use these for DVD
|
||||||
|
#export DEFSRCSIZE=4600
|
||||||
|
#export DEFBINSIZE=4600
|
||||||
|
|
||||||
# We don't want certain packages to take up space on CD1...
|
# We don't want certain packages to take up space on CD1...
|
||||||
#export EXCLUDE="$BASEDIR"/tasks/exclude-potato
|
#export EXCLUDE="$BASEDIR"/tasks/exclude-potato
|
||||||
# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x)
|
# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x)
|
||||||
|
|
Loading…
Reference in New Issue