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>
This commit is contained in:
parent
ac3563b3ca
commit
ef8df9bcad
|
@ -51,7 +51,7 @@ then
|
||||||
for PACKAGESLIST in config/binary_local-packageslists/*
|
for PACKAGESLIST in config/binary_local-packageslists/*
|
||||||
do
|
do
|
||||||
# Generate package list
|
# 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
|
# Downloading additional packages
|
||||||
Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
|
Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
|
||||||
|
|
Loading…
Reference in New Issue