diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-16 20:49:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-16 20:49:36 +0200 |
commit | 2af22aa1c40835aa08d888c533914067ab3c94a4 (patch) | |
tree | b06c425c9c916fbebc477b4093e21c7e241d69c0 /scripts/build/lb_chroot | |
parent | cecbaf84b76ac3a52d3a3d9fea21f25b485cbb42 (diff) | |
download | vyos-live-build-2af22aa1c40835aa08d888c533914067ab3c94a4.tar.gz vyos-live-build-2af22aa1c40835aa08d888c533914067ab3c94a4.zip |
Unifying lb_chroot_packagelists and lb_chroot_local-packagelists.
Diffstat (limited to 'scripts/build/lb_chroot')
-rwxr-xr-x | scripts/build/lb_chroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index c01941817..3ccbbfe91 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -59,7 +59,6 @@ lb chroot_local-preseed ${*} for _PASS in install live do lb chroot_packagelists ${_PASS} ${*} - lb chroot_local-packagelists ${_PASS} ${*} lb chroot_install-packages ${_PASS} ${*} lb chroot_task-lists ${_PASS} ${*} |