Skip to content

Add the option to include files in the chroot before and after package installation

Thore Sommer requested to merge TS/live-build:improved-includes into master

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, but includes.chroot still works.

This also closes #927128 by auto detecting rsync for copying.

Edited by Thore Sommer

Merge request reports

Loading