diff options
Diffstat (limited to 'scripts/build/chroot_package-lists')
-rwxr-xr-x | scripts/build/chroot_package-lists | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/build/chroot_package-lists b/scripts/build/chroot_package-lists index 7b3fd25ef..a069530a9 100755 --- a/scripts/build/chroot_package-lists +++ b/scripts/build/chroot_package-lists @@ -29,8 +29,11 @@ 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) +# Setting to default name with appended action name +STAGE_FILE="$(Stagefile_name "${_PASS}")" + # Checking stage file -STAGE_FILE="chroot_package-lists.${_PASS}" Check_stagefile "${STAGE_FILE}" # Acquire lock file |