diff --git a/CONF.sh b/CONF.sh index cebe6df6..408e4e1d 100644 --- a/CONF.sh +++ b/CONF.sh @@ -122,17 +122,17 @@ fi # images, however. Also, if you are using an NFS partition for # some part of this, you must use this option. # Paths to the mirrors -export MIRROR=/srv/mirror/debian +export MIRROR=/srv/mirrors/debian # Path of the temporary directory -export TDIR=/srv/mirror/tmp +export TDIR=/srv/mirrors/debian-cd/tmp # Path where the images will be written -export OUT=/srv/mirror/debian-cd-test +export OUT=/srv/mirrors/debian-cd/test # Where we keep the temporary apt stuff. # This cannot reside on an NFS mount. -export APTTMP=/srv/mirror/tmp/apt +export APTTMP=/srv/mirrors/debian-cd/tmp/apt # Do I want to have NONFREE merged in the CD set? # export NONFREE=1