diff options
author | Daniel Baumann <daniel@debian.org> | 2011-04-23 18:28:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-04-23 18:58:36 +0200 |
commit | 23d03462e7ac7e7da2696a63b39ba0906e4bbbbe (patch) | |
tree | e23a61789a52f717b4e0283cc8f2d77a1ca7f5ab | |
parent | b494afa3841a496e612cc7afe010dfe6dd80d3c9 (diff) | |
download | vyos-live-build-23d03462e7ac7e7da2696a63b39ba0906e4bbbbe.tar.gz vyos-live-build-23d03462e7ac7e7da2696a63b39ba0906e4bbbbe.zip |
Moving installation of tasks behind package and package lists installation; the tasks should only 'fill-up' with what has not already been provided by packages or package lists.
-rwxr-xr-x | scripts/build/lb_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index b24e62573..bca01d184 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -55,12 +55,12 @@ lb chroot_sources install ${*} lb chroot_linux-image ${*} lb chroot_preseed ${*} lb chroot_local-preseed ${*} -lb chroot_tasks ${*} lb chroot_packagelists ${*} lb chroot_local-packagelists ${*} lb chroot_packages ${*} lb chroot_local-packages ${*} lb chroot_install-packages ${*} +lb chroot_tasks ${*} lb chroot_localization ${*} lb chroot_local-includes ${*} lb chroot_local-patches ${*} |