diff options
Diffstat (limited to 'helpers/lh_chroot')
-rwxr-xr-x | helpers/lh_chroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot index 16946c7..b6e204f 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -48,9 +48,10 @@ lh_chroot_preseed ${*} lh_chroot_local-preseed ${*} lh_chroot_tasks ${*} lh_chroot_packageslists ${*} -lh_chroot_packages ${*} lh_chroot_local-packageslists ${*} lh_chroot_local-packages ${*} +lh_chroot_packages ${*} +lh_chroot_install-packages ${*} lh_chroot_localization ${*} lh_chroot_local-includes ${*} lh_chroot_sysvinit ${*} |