Improving indices workaround by checking LH_BOOTSTRAP_FLAVOUR rather than LH_PACKAGES_LISTS in order to handle chicken-egg problem for installing apt-utils when having bootstrapped a minimal chroot.

This commit is contained in:
Daniel Baumann 2008-09-29 20:15:22 +02:00
parent 4718372f13
commit 817f3f8cf6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ case "${1}" in
# If we bootstrapped a minimal chroot, we need
# to install apt-utils before we have have
# completed all the indices.
case "${LH_PACKAGES_LISTS}" in
case "${LH_BOOTSTRAP_FLAVOUR}" in
stripped|minimal)
Chroot "apt-get update"
;;