diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-29 00:01:19 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-29 00:01:19 +0200 |
commit | e81b1c6f7a5c43537d5f5288c24df3faddbe2899 (patch) | |
tree | 6e55bdf4214fcf4c8be529774a98739a2b402eed /scripts/build/lb_chroot | |
parent | d360b3dc34c3206ce3fb51439be474f94942b3d3 (diff) | |
download | vyos-live-build-e81b1c6f7a5c43537d5f5288c24df3faddbe2899.tar.gz vyos-live-build-e81b1c6f7a5c43537d5f5288c24df3faddbe2899.zip |
Removing chroot_task-lists, obsoleted by package lists.
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 7f654e000..b3b56c36a 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -59,7 +59,6 @@ for _PASS in install live do lb chroot_package-lists ${_PASS} ${*} lb chroot_install-packages ${_PASS} ${*} - lb chroot_task-lists ${_PASS} ${*} if [ "${_PASS}" = install ] then |