[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-16-g89a5be3

Daniel Baumann daniel at debian.org
Mon Sep 29 18:18:09 UTC 2008


The following commit has been merged in the master branch:
commit 89a5be3ea41e46b9e3d847005d96a3dbd6ed04b5
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 29 20:15:22 2008 +0200

    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.

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index 7ff87ac..c3da627 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -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"
 						;;

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list