Add the option to include files in the chroot before and after package installation
This patch adds the option to include files in the chroot before packages are installed. We need this option because some applications run scripts that check for configs during installation and we need to include them before the packages are installed.
- Before package includes can be placed in
includes.chroot_before_packages
- After package includes we renamed to:
includes.chroot_after_packages
, butincludes.chroot
still works.
This also closes #927128 by auto detecting rsync for copying.
Edited by Thore Sommer