diff options
-rwxr-xr-x | scripts/build/lb_binary | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary index 0aaf26631..1649587b2 100755 --- a/scripts/build/lb_binary +++ b/scripts/build/lb_binary @@ -94,11 +94,13 @@ then # Deconfiguring chroot rm -f .stage/chroot_archives lb chroot_apt remove ${*} - lb chroot_upstart remove ${*} - lb chroot_sysv-rc remove ${*} lb chroot_hostname remove ${*} lb chroot_resolv remove ${*} lb chroot_hosts remove ${*} + lb chroot_upstart remove ${*} + lb chroot_sysv-rc remove ${*} + lb chroot_dpkg remove ${*} + lb chroot_debianchroot remove ${*} fi lb chroot_sysfs remove ${*} |