~oem-solutions-releng/live-build/lb-sg-2.x-add-support-for-xz-and-bzip2-compression

« back to all changes in this revision

Viewing changes to helpers/lh_bootstrap_cache

  • Committer: Daniel Baumann
  • Date: 2011-03-09 17:19:41 UTC
  • Revision ID: daniel@debian.org-20110309171941-vyn0zxupujidmbu9
Adding live-helper 1.0~a15-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
                        if [ "${STAGE}" = "bootstrap" ] && [ -d cache/stages_bootstrap ]
51
51
                        then
 
52
                                # Removing old chroot
 
53
                                rm -rf chroot
 
54
 
52
55
                                # Restoring old cache
53
 
                                ${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap/* chroot
 
56
                                ${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot
54
57
 
55
58
                                if [ -n "${LH_ROOT_COMMAND}" ]
56
59
                                then