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.

This commit is contained in:
Daniel Baumann 2011-04-23 18:28:11 +02:00
parent b494afa384
commit 23d03462e7
1 changed files with 1 additions and 1 deletions

View File

@ -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 ${*}