mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
cleanup of CONF.sh
This commit is contained in:
parent
b402ea3ba7
commit
0f046a93ab
5
CONF.sh
5
CONF.sh
@ -103,7 +103,7 @@ fi
|
||||
export MIRROR=/mirror/debian
|
||||
|
||||
# Path of the temporary directory
|
||||
export TDIR=/mirror/tmp/test
|
||||
export TDIR=/mirror/tmp
|
||||
|
||||
# Path where the images will be written
|
||||
export OUT=/mirror/debian-cd-test
|
||||
@ -157,7 +157,6 @@ export CONTRIB=1
|
||||
# export MKISOFS=mkisofs
|
||||
# export MKISOFS_OPTS="-r" #For normal users
|
||||
# export MKISOFS_OPTS="-r -F ." #For symlink farmers
|
||||
export MKISOFS=/home/steve/mkisofs
|
||||
|
||||
# ISOLinux support for multiboot on CD1 for i386
|
||||
export ISOLINUX=1
|
||||
@ -204,7 +203,7 @@ export NORECOMMENDS=1
|
||||
# 0/unset = Don't do jigdo at all, produce only the full iso image.
|
||||
# 1 = Produce both the iso image and jigdo stuff.
|
||||
# 2 = Produce only the jigdo stuff
|
||||
export DOJIGDO=2
|
||||
export DOJIGDO=1
|
||||
|
||||
# HTTP/FTP URL for directory where you intend to make the templates
|
||||
# available. You should not need to change this; the default value ""
|
||||
|
7
debian/CONF.sh
vendored
7
debian/CONF.sh
vendored
@ -19,6 +19,7 @@ unset EXTRANONFREE || true
|
||||
unset LOCAL || true
|
||||
unset LOCALDEBS || true
|
||||
unset SECURITY || true
|
||||
unset PROPOSED_UPDATES || true
|
||||
unset BOOTDIR || true
|
||||
unset SYMLINK || true
|
||||
unset COPYLINK || true
|
||||
@ -135,6 +136,12 @@ export CONTRIB=1
|
||||
# top directory of a security.debian.org mirror.
|
||||
#export SECURITY="$TOPDIR"/debian/debian-security
|
||||
|
||||
# Include proposed updates
|
||||
# Note that on the CDs it will not be visible where packages came from:
|
||||
# from the released archive or from proposed updates archive.
|
||||
# NOTE: intended to be used for pre-release testing, not for publication!
|
||||
#export PROPOSED_UPDATES=$CODENAME-proposed-updates
|
||||
|
||||
# Sparc only : bootdir (location of cd.b and second.b)
|
||||
# export BOOTDIR=/boot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user