2
# This file will have to be sourced where needed
6
# Where I am (hoping I'm in the yacs dir)
9
# Building potato cd set ...
10
export CODENAME=potato
15
# Paths to the mirrors
16
export MIRROR=/ftp/debian
17
# Comment the following line if you don't have/want non-US
18
export NONUS=/ftp/debian-non-US
20
# Path of the temporary directory
23
# Path where the images will be written
24
export OUT=/rack/debian-cd
26
# Do I want to have NONFREE
29
# Sparc only : bootdir (location of cd.b and second.b)
32
# Symlink farmers should uncomment this line :
36
#export MKISOFS=/usr/bin/mkhybrid
37
#export MKISOFS_OPTS="-a -r -T" #For normal users
38
#export MKISOFS_OPTS="-a -r -F -T" #For symlink farmers