diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-21 17:29:03 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-23 12:31:23 +0200 |
commit | 5e491edd2a16c38bea7c7d12b5939e1a8d5cbae3 (patch) | |
tree | c6012c4561003a1ed94175c1bffa10e9f37285f7 /helpers | |
parent | bbce078bb7afa8db4fb26efd1c92445615bce5d4 (diff) | |
download | vyos-live-build-5e491edd2a16c38bea7c7d12b5939e1a8d5cbae3.tar.gz vyos-live-build-5e491edd2a16c38bea7c7d12b5939e1a8d5cbae3.zip |
Correcting wrong apt-utils workaround in chroot_sources when using minimal and local packages.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/chroot_sources b/helpers/chroot_sources index d30ac7336..3e823506b 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" ;; |