diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-11 19:36:46 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-11 19:36:46 +0200 |
commit | df7b3d934f2b31f9e8a783bd1653ab06521a2547 (patch) | |
tree | f3f08ae77dffc9c83a95c3b3fb6331ac353d98fe /scripts/build/lb_chroot | |
parent | 48e2af1ab9aebb974b718568f6c3060cfeb72cee (diff) | |
download | vyos-live-build-df7b3d934f2b31f9e8a783bd1653ab06521a2547.tar.gz vyos-live-build-df7b3d934f2b31f9e8a783bd1653ab06521a2547.zip |
Moving installation of live packages to second pass.
Diffstat (limited to 'scripts/build/lb_chroot')
-rwxr-xr-x | scripts/build/lb_chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index aeb3629c5..d015c0425 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -70,6 +70,7 @@ do fi done +lb chroot_live-packages ${*} lb chroot_local-includes ${*} lb chroot_local-patches ${*} lb chroot_local-hooks ${*} |