stagefiles: fix doc mistake
missed in final revision of fe9195b59c
Gbp-Dch: Ignore
This commit is contained in:
parent
fe9195b59c
commit
dadeec9d39
|
@ -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}"
|
||||
|
||||
|
|
|
@ -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}")"
|
||||
|
||||
|
|
|
@ -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}")"
|
||||
|
||||
|
|
|
@ -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}")"
|
||||
|
||||
|
|
Loading…
Reference in New Issue