From e87232b513b66a15bd9f81b4fa849fc183cfa3e5 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 8 Apr 2015 09:34:15 +0100 Subject: [PATCH] Ensure we ship results of apt-get update. --- live-build/auto/build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/live-build/auto/build b/live-build/auto/build index 6c73d80e..539ac7c2 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -247,6 +247,11 @@ deb ${LB_PARENT_MIRROR_BINARY} ${LB_DISTRIBUTION} main restricted universe multi deb ${LB_PARENT_MIRROR_BINARY} ${LB_DISTRIBUTION}-updates main restricted universe multiverse deb ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}-security main restricted universe multiverse EOF + lb chroot_hosts install + lb chroot_resolv install + Chroot chroot "apt-get update" + lb chroot_resolv remove + lb chroot_hosts remove fi echo "===== Checking size of /usr/share/doc ====="