From b77349b8ce2a9b6b2789424f189379e01ed63551 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 1 Jul 2013 16:24:22 +0200 Subject: Moving caching out of bootstrap_{c,}debootstrap to own helper for future unification with chroot caches helper. --- scripts/build/bootstrap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/build/bootstrap') diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index b497fb6c7..eea107490 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -35,6 +35,7 @@ Set_defaults Setup_cleanup # Bootstrapping system +lb bootstrap_cache restore ${@} lb bootstrap_${LB_BOOTSTRAP} # Configuring chroot @@ -69,3 +70,5 @@ lb chroot_sysfs remove ${@} lb chroot_selinuxfs remove ${@} lb chroot_proc remove ${@} lb chroot_devpts remove ${@} + +lb bootstrap_cache save ${@} -- cgit v1.2.3