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:
parent
b494afa384
commit
23d03462e7
|
@ -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 ${*}
|
||||
|
|
Loading…
Reference in New Issue