diff --git a/CONF.sh b/CONF.sh index fe42751d..f70a57dc 100644 --- a/CONF.sh +++ b/CONF.sh @@ -9,8 +9,8 @@ export BASEDIR=`pwd` # Building potato cd set ... export CODENAME=potato -# Version number -export DEBVERSION="2.2" +# Version number, "2.2 r0", "2.2 r1" etc. +export DEBVERSION="2.2 r0" # Official or non-official set. # NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE diff --git a/debian/CONF.sh b/debian/CONF.sh index ffb8d5f8..1e13473f 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -4,8 +4,8 @@ export BASEDIR=/usr/share/debian-cd # Building potato cd set ... export CODENAME=potato -# Version number, 2.2 or 2.2_r3 etc. -export DEBVERSION="2.2" +# Version number, "2.2 r0", "2.2 r1" etc. +export DEBVERSION="2.2 r0" # Official or non-official set. # NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE @@ -28,6 +28,11 @@ export MIRROR=/home/ftp/debian # Comment the following line if you don't have/want non-US #export NONUS=/ftp/debian-non-US +# And this option will make you 2 copies of CD1 - one with all the +# non-US packages on it, one with none. Useful if you're likely to +# need both. +#export FORCENONUSONCD1=1 + # Path of the temporary directory export TDIR=/home/ftp/tmp