stagefiles: fix doc mistake

missed in final revision of fe9195b59c

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-03-17 22:09:51 +00:00
parent fe9195b59c
commit dadeec9d39
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ fi
_ACTION="${1}"
shift
# Set non-default stage file name (auto picked up by the functions)
# Set non-default stage file name
# Note, this (plus the applicable extension added below) must match that used in `bootstrap_debootstrap`
STAGE_FILE="bootstrap_cache.${_ACTION}"

View File

@ -29,7 +29,7 @@ fi
_ACTION="${1}"
shift
# Set non-default stage file name (auto picked up by the functions)
# Set non-default stage file name
# Setting to default name with appended action name
STAGE_FILE="$(Stagefile_name "${_ACTION}")"

View File

@ -29,7 +29,7 @@ Echo_message "Begin installing packages (${_PASS} pass)..."
# Requiring stage file
Require_stagefile config bootstrap
# Set non-default stage file name (auto picked up by the functions)
# Set non-default stage file name
# Setting to default name with appended action name
STAGE_FILE="$(Stagefile_name "${_PASS}")"

View File

@ -29,7 +29,7 @@ Echo_message "Begin queueing installation of package lists (${_PASS} pass)..."
# Requiring stage file
Require_stagefile config bootstrap
# Set non-default stage file name (auto picked up by the functions)
# Set non-default stage file name
# Setting to default name with appended action name
STAGE_FILE="$(Stagefile_name "${_PASS}")"