summaryrefslogtreecommitdiff
path: root/scripts/build/installer
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/installer')
-rwxr-xr-xscripts/build/installer6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/build/installer b/scripts/build/installer
index bab2a6d32..30d27990b 100755
--- a/scripts/build/installer
+++ b/scripts/build/installer
@@ -29,8 +29,7 @@ Setup_clean_exit
if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]; then
# Configuring chroot
- lb chroot_prep install all "${@}"
- lb chroot_archives chroot install "${@}"
+ lb chroot_prep install all mode-archives-chroot "${@}"
fi
# Building installer
@@ -39,8 +38,7 @@ lb installer_preseed "${@}"
if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]; then
# Deconfiguring chroot
- lb chroot_archives chroot remove "${@}"
- lb chroot_prep remove all "${@}"
+ lb chroot_prep remove all mode-archives-chroot "${@}"
fi
Echo_message "Installer stage completed"