[SCM] live-helper branch, debian-next, updated. debian/2.0_a12-1-20-g8b77626
Daniel Baumann
daniel at debian.org
Fri May 21 15:35:15 UTC 2010
The following commit has been merged in the debian-next branch:
commit 8b776261210619e37128ea461b10fd988447fb3d
Author: Daniel Baumann <daniel at debian.org>
Date: Fri May 21 17:29:03 2010 +0200
Correcting wrong apt-utils workaround in chroot_sources when using minimal and local packages.
diff --git a/helpers/chroot_sources b/helpers/chroot_sources
index d30ac73..3e82350 100755
--- a/helpers/chroot_sources
+++ b/helpers/chroot_sources
@@ -191,7 +191,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_BOOTSTRAP_FLAVOUR}" in
+ case "${LH_PACKAGES_LISTS}" in
stripped|minimal)
Chroot chroot "apt-get update"
;;
--
live-helper
More information about the debian-live-changes
mailing list