diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 17:31:41 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 17:51:36 +0100 |
commit | fee4e8b349cf7c126834df63548683a5814a4c74 (patch) | |
tree | f9b6a7235c15e3baf5024a878d07356c51088c03 /scripts/build/chroot | |
parent | 9987bdcc1a4e94e0d86d8d2632f9fa132a7800a6 (diff) | |
download | vyos-live-build-fee4e8b349cf7c126834df63548683a5814a4c74.tar.gz vyos-live-build-fee4e8b349cf7c126834df63548683a5814a4c74.zip |
Rewriting chroot_includes in python.
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-x | scripts/build/chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot index ef4db8744..a91118ce9 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -68,7 +68,7 @@ do done lb chroot_live-packages ${@} -lb chroot_includes ${@} +lb chroot-includes ${@} lb chroot-hooks ${@} lb chroot_hacks ${@} lb chroot_interactive ${@} |