summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/lb_chroot')
-rwxr-xr-xscripts/build/lb_chroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index 3ccbbfe91..7aacdfd07 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -49,7 +49,7 @@ lb chroot_hosts install ${*}
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
-lb chroot_archives install ${*}
+lb chroot_archives chroot install ${*}
# Customizing chroot
lb chroot_linux-image ${*}
@@ -78,7 +78,7 @@ lb chroot_interactive ${*}
Chroot chroot "dpkg-query -W" > binary.packages.live
# Deconfiguring chroot
-lb chroot_archives remove ${*}
+lb chroot_archives chroot remove ${*}
lb chroot_apt remove ${*}
lb chroot_hostname remove ${*}
lb chroot_resolv remove ${*}