summaryrefslogtreecommitdiff
path: root/scripts/build/chroot
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-xscripts/build/chroot6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot
index f6ac8901f..497911800 100755
--- a/scripts/build/chroot
+++ b/scripts/build/chroot
@@ -31,8 +31,7 @@ Setup_clean_exit
lb chroot_cache restore "${@}"
# Configuring chroot
-lb chroot_prep install all "${@}"
-lb chroot_archives chroot install "${@}"
+lb chroot_prep install all mode-archives-chroot "${@}"
# Customizing chroot
lb chroot_linux-image "${@}"
@@ -56,8 +55,7 @@ lb chroot_interactive "${@}"
Chroot chroot "dpkg-query -W" > chroot.packages.live
# Deconfiguring chroot
-lb chroot_archives chroot remove "${@}"
-lb chroot_prep remove all "${@}"
+lb chroot_prep remove all mode-archives-chroot "${@}"
# Saving live OS chroot to cache
lb chroot_cache save "${@}"