diff options
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-x | scripts/build/chroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot index 497911800..a0aa10be0 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -37,6 +37,7 @@ lb chroot_prep install all mode-archives-chroot "${@}" lb chroot_linux-image "${@}" lb chroot_firmware "${@}" lb chroot_preseed "${@}" +lb chroot_includes_before_packages "${@}" for _PASS in install live; do lb chroot_package-lists ${_PASS} "${@}" @@ -47,7 +48,7 @@ for _PASS in install live; do fi done -lb chroot_includes "${@}" +lb chroot_includes_after_packages "${@}" lb chroot_hooks "${@}" lb chroot_hacks "${@}" lb chroot_interactive "${@}" |