diff options
Diffstat (limited to 'scripts/build/chroot_preseed')
| -rwxr-xr-x | scripts/build/chroot_preseed | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/build/chroot_preseed b/scripts/build/chroot_preseed index 2de9ea253..bd0466e1e 100755 --- a/scripts/build/chroot_preseed +++ b/scripts/build/chroot_preseed @@ -24,10 +24,11 @@ Init_config_data "${@}" Echo_message "Begin executing local preseeds..." # Requiring stage file -Require_stagefile .build/config .build/bootstrap +Require_stagefile config bootstrap # Checking stage file -Check_stagefile .build/chroot_preseed +STAGE_FILE="chroot_preseed" +Check_stagefile "${STAGE_FILE}" # Acquire lock file Acquire_lockfile @@ -78,4 +79,4 @@ then fi # Creating stage file -Create_stagefile .build/chroot_preseed +Create_stagefile "${STAGE_FILE}" |
