diff --git a/CONF.sh b/CONF.sh index 43b1a108..d49ab86b 100644 --- a/CONF.sh +++ b/CONF.sh @@ -266,11 +266,13 @@ done # 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). +# Only put the installer onto the cd (set NORECOMMENDS,... as well, +# and also make sure you set TASK appropriately) # 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=2 +#export TASK=tasks/debian-installer+kernel-$CODENAME # Parameters to pass to kernel (or d-i) when the CD boots. Not currently # supported for all architectures.