diff options
Diffstat (limited to 'scripts/build/bootstrap_debootstrap')
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index f0262aa8c..fd212bb1e 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -37,10 +37,9 @@ Echo_message "Begin bootstrapping system..." Check_package chroot bin/debootstrap debootstrap # Checking stage file -Check_stagefile bootstrap +Check_stagefile "bootstrap" # Note, this must match that used in `bootstrap_cache` -STAGE_FILE="bootstrap_cache.restore" -Check_stagefile "${STAGE_FILE}" +Check_stagefile "bootstrap_cache.restore" # Acquire lock file Acquire_lockfile @@ -120,4 +119,4 @@ rm -f chroot/etc/hosts rm -f chroot/var/cache/apt/archives/*.deb # Creating stage file -Create_stagefile bootstrap +Create_stagefile "bootstrap" |