diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-11 11:37:37 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-11 11:37:37 +0200 |
commit | b3ad2f412a5b37c172fc44ecd8982ef30e14205c (patch) | |
tree | 8bc7d847683bfd60fbc395966b5003291a881d3e /scripts/build/lb_chroot | |
parent | cf8f6cee930a2f1a19415a3ba8ca395310162c42 (diff) | |
download | vyos-live-build-b3ad2f412a5b37c172fc44ecd8982ef30e14205c.tar.gz vyos-live-build-b3ad2f412a5b37c172fc44ecd8982ef30e14205c.zip |
Dropping handling of --packages in order to simply things handle packages scheduled for installation through package lists only.
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 8e5753522..5b880a26c 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -57,7 +57,6 @@ lb chroot_preseed ${*} lb chroot_local-preseed ${*} lb chroot_packagelists ${*} lb chroot_local-packagelists ${*} -lb chroot_packages ${*} lb chroot_local-packages ${*} lb chroot_install-packages ${*} lb chroot_tasks ${*} |