The check for specific package lists is too unflexible
---
 helpers/lh_chroot_sources |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index 7ff87ac..de3a412 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -106,11 +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
-                                       stripped|minimal)
-                                               Chroot "apt-get update"
-                                               ;;
-                               esac
+                               Chroot "apt-get update"
 
                                # Restoring cache
                                Restore_cache cache/packages_chroot
-- 
1.6.0.1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to