From 27207d72aa5b46f69120e48cb8c6e9387c2afbc9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Jul 2004 20:58:57 +0000 Subject: [PATCH] document DI_WWW_HOME --- CONF.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONF.sh b/CONF.sh index 0761e4b9..3174cccf 100644 --- a/CONF.sh +++ b/CONF.sh @@ -57,6 +57,12 @@ then export DI_CODENAME=$CODENAME fi +# If set, controls where the d-i components are downloaded from. +# This may be an url, or "default", which will make it use the default url +# for the daily d-i builds. If not set, uses the official d-i images from +# the Debian mirror. +#export DI_WWW_HOME=default + # Version number, "2.2 r0", "2.2 r1" etc. export DEBVERSION="3.0"