From 57a7129b8bcc22ab24f6e47a5dc7c898df4af0f1 Mon Sep 17 00:00:00 2001 From: cd-builder user Date: Sat, 29 Dec 2012 03:54:26 +0000 Subject: [PATCH] Fix accidental commit --- CONF.sh | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CONF.sh b/CONF.sh index f3457fb3..f2588b11 100644 --- a/CONF.sh +++ b/CONF.sh @@ -41,7 +41,7 @@ unset UDEB_INCLUDE || true unset UDEB_EXCLUDE || true unset BASE_INCLUDE || true unset BASE_EXCLUDE || true -#unset INSTALLER_CD || true +unset INSTALLER_CD || true unset MAXCDS || true unset MAXISOS || true unset MAXJIGDOS || true @@ -136,12 +136,12 @@ export CONTRIB=1 # If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with # local packages that you want to put on the CD set then # uncomment the following line -export LOCAL=1 +# export LOCAL=1 # If your local packages are not under $MIRROR, but somewhere else, # you can uncomment this line and edit to to point to a directory # containing dists/$CODENAME/local/binary-$ARCH -export LOCALDEBS=/mirror/debian-local +# export LOCALDEBS=/home/joey/debian/va/debian # Where to find the security patches. This directory should be the # top directory of a security.debian.org mirror. @@ -168,8 +168,6 @@ export LOCALDEBS=/mirror/debian-local # export MKISOFS=mkisofs # export MKISOFS_OPTS="-r" #For normal users # export MKISOFS_OPTS="-r -F ." #For symlink farmers -export MKISOFS="/home/steve/bin/xorriso" -export MKISOFS_OPTS="-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" # Override for i386 and amd64 to use xorriso instead of # mkisofs/genisoimage. Allows creation of isohybrid images: ISO images @@ -211,7 +209,7 @@ ATTEMPT_FALLBACK=yes # STICK4GB: 4GB USB stick or similar # STICK8GB: 8GB USB stick or similar # CUSTOM: up to you - specify a size to go with it (in 2K blocks) -#export DISKTYPE=NETINST +export DISKTYPE=CD #export DISKTYPE=CUSTOM #export CUSTOMSIZE=XXXX # If you want to over-ride this choice (e.g. to make a larger version of a given disk), @@ -232,7 +230,7 @@ export VARIANTS= # Set this if the recommended packages should be skipped when adding # package on the CD. The default is 'true'. -export NORECOMMENDS=0 +# export NORECOMMENDS=1 # Set this if the suggested packages should be skipped when adding # package on the CD. The default is 'true'.