Improve commenting around INSTALLER_CD option

This commit is contained in:
Steve McIntyre 2007-01-24 14:43:44 +00:00
parent 06efc9c4d7
commit 67564df54c
1 changed files with 3 additions and 1 deletions

View File

@ -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.