diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-17 21:28:51 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2008-04-19 17:32:25 +0200 |
| commit | ef8df9bcadc48935f709453c086d7aba04f35d84 (patch) | |
| tree | 86a6a5ede7bbf656cfc07d6468d35453395d2a64 | |
| parent | ac3563b3cab4ea998bfed17e307cdf12c833e830 (diff) | |
| download | vyos-live-build-ef8df9bcadc48935f709453c086d7aba04f35d84.tar.gz vyos-live-build-ef8df9bcadc48935f709453c086d7aba04f35d84.zip | |
Allow fallback to chroot_package-lists inside binary lists
Without this, a modified version of the (say) "gnome" list inside
chroot_package-lists would be completely ignored when installing binary
packagelists.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
| -rwxr-xr-x | helpers/lh_binary_local-packageslists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_local-packageslists b/helpers/lh_binary_local-packageslists index 869e6bf71..5b8927a5d 100755 --- a/helpers/lh_binary_local-packageslists +++ b/helpers/lh_binary_local-packageslists @@ -51,7 +51,7 @@ then for PACKAGESLIST in config/binary_local-packageslists/* do # Generate package list - Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})" + Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" "config/chroot_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})" # Downloading additional packages Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install" |
