Improve commenting around INSTALLER_CD option
This commit is contained in:
parent
06efc9c4d7
commit
67564df54c
4
CONF.sh
4
CONF.sh
|
@ -266,11 +266,13 @@ done
|
||||||
# File with list of packages to exclude as above.
|
# File with list of packages to exclude as above.
|
||||||
#export BASE_EXCLUDE="$BASEDIR"/data/$CODENAME/base_exclude
|
#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=0: nothing special (default)
|
||||||
# INSTALLER_CD=1: just add debian-installer (use TASK=tasks/debian-installer-$CODENAME)
|
# 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)
|
# INSTALLER_CD=2: add d-i and base (use TASK=tasks/debian-installer+kernel-$CODENAME)
|
||||||
#export INSTALLER_CD=2
|
#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
|
# Parameters to pass to kernel (or d-i) when the CD boots. Not currently
|
||||||
# supported for all architectures.
|
# supported for all architectures.
|
||||||
|
|
Loading…
Reference in New Issue