diff options
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 8ec5d237c..08229a393 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -33,11 +33,11 @@ lb bootstrap_debootstrap "${@}" lb bootstrap_cache save "${@}" # Configuring chroot -lb chroot_prep install all "${@}" +lb chroot_prep install all-except-archives "${@}" lb bootstrap_archives binary "${@}" # Deconfiguring chroot -lb chroot_prep remove all "${@}" +lb chroot_prep remove all-except-archives "${@}" Echo_message "Bootstrap stage completed" |