summaryrefslogtreecommitdiff
path: root/CONF.sh
diff options
context:
space:
mode:
authorMichael Hudson-Doyle <[email protected]>2023-11-08 06:44:23 +0200
committerMichael Hudson-Doyle <[email protected]>2023-11-08 09:59:27 +0200
commitdbc6663b52b97fdc0e8b970cf040cf3636fd21ce (patch)
tree7e539e77094d3e1839828e775224f2b0bf9fd7c7 /CONF.sh
parent1c05338f5131fc3fb7f1ba958216c807e33fff42 (diff)
remove some obsolete d-i related configuration variables
Diffstat (limited to 'CONF.sh')
-rw-r--r--CONF.sh30
1 files changed, 0 insertions, 30 deletions
diff --git a/CONF.sh b/CONF.sh
index e8833d5..2d7f8c2 100644
--- a/CONF.sh
+++ b/CONF.sh
@@ -30,11 +30,6 @@ unset NOSUGGESTS || true
unset DEFBINSIZE || true
unset DEFSRCSIZE || true
unset FASTSUMS || true
-unset UDEB_INCLUDE || true
-unset UDEB_EXCLUDE || true
-unset BASE_INCLUDE || true
-unset BASE_EXCLUDE || true
-unset INSTALLER_CD || true
unset DI_CODENAME || true
unset MAXCDS || true
unset OMIT_MANUAL || true
@@ -320,31 +315,6 @@ fi
# them locally
export FASTSUMS=1
-# File with list of packages to include when fetching modules for the
-# first stage installer (debian-installer). One package per line.
-# Lines starting with '#' are comments. The package order is
-# important, as the packages will be installed in the given order.
-#export UDEB_INCLUDE="$BASEDIR"/data/$CODENAME/udeb_include
-
-# File with list of packages to exclude as above.
-#export UDEB_EXCLUDE="$BASEDIR"/data/$CODENAME/udeb_exclude
-
-# File with list of packages to include when running debootstrap from
-# the first stage installer (currently only supported in
-# debian-installer). One package per line. Lines starting with '#'
-# are comments. The package order is important, as the packages will
-# be installed in the given order.
-#export BASE_INCLUDE="$BASEDIR"/data/$CODENAME/base_include
-
-# File with list of packages to exclude as above.
-#export BASE_EXCLUDE="$BASEDIR"/data/$CODENAME/base_exclude
-
-# Only put the installer onto the cd (set NORECOMMENDS,... as well).
-# INSTALLER_CD=0: nothing special (default)
-# INSTALLER_CD=1: just add debian-installer (use TASK=tasks/debian-installer-$CODENAME)
-# INSTALLER_CD=2: add d-i and base (use TASK=tasks/debian-installer+kernel-$CODENAME)
-#export INSTALLER_CD=0
-
# Parameters to pass to kernel when the CD boots. Not currently supported
# for all architectures.
#export KERNEL_PARAMS="priority=critical"