local: adjust paths to hamburg's layout
This commit is contained in:
parent
d2ad086984
commit
82309f3609
8
CONF.sh
8
CONF.sh
|
@ -122,17 +122,17 @@ fi
|
||||||
# images, however. Also, if you are using an NFS partition for
|
# images, however. Also, if you are using an NFS partition for
|
||||||
# some part of this, you must use this option.
|
# some part of this, you must use this option.
|
||||||
# Paths to the mirrors
|
# Paths to the mirrors
|
||||||
export MIRROR=/srv/mirror/debian
|
export MIRROR=/srv/mirrors/debian
|
||||||
|
|
||||||
# Path of the temporary directory
|
# Path of the temporary directory
|
||||||
export TDIR=/srv/mirror/tmp
|
export TDIR=/srv/mirrors/debian-cd/tmp
|
||||||
|
|
||||||
# Path where the images will be written
|
# 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.
|
# Where we keep the temporary apt stuff.
|
||||||
# This cannot reside on an NFS mount.
|
# 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?
|
# Do I want to have NONFREE merged in the CD set?
|
||||||
# export NONFREE=1
|
# export NONFREE=1
|
||||||
|
|
Loading…
Reference in New Issue