DEBVERSION (+examples) now like "2.2 r0" according to discussions on
debian-cd list. Copied FORCENONUSONCD1 to debian/CONF.sh, where it wasn't mentioned yet (i.e. it would become a "hidden feature" in the .deb package).
This commit is contained in:
parent
7a9ce8640c
commit
9874e3548e
4
CONF.sh
4
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue