[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Always download APT package lists in lh_chroot_sources



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


Reply to: