diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 13:44:39 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 14:02:40 +0100 |
commit | 5603355e1d2db03c53bcfa370bba5f9220b2a19e (patch) | |
tree | 2fcb82ba3c34ffc39c54523f306b819cfb76df7e /scripts/build/bootstrap | |
parent | 83dacd9b39fdfd3053fcbc2c80fc3151525ed42d (diff) | |
download | vyos-live-build-5603355e1d2db03c53bcfa370bba5f9220b2a19e.tar.gz vyos-live-build-5603355e1d2db03c53bcfa370bba5f9220b2a19e.zip |
Handling bootstrap cache inside the bootstrap stubs itself.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index b50cd49b0..1d30dfe87 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -35,7 +35,6 @@ Set_defaults Setup_cleanup # Bootstrapping system -lb bootstrap_cache restore ${@} lb bootstrap_${LB_BOOTSTRAP} # Configuring chroot @@ -70,5 +69,3 @@ lb chroot_sysfs remove ${@} lb chroot_selinuxfs remove ${@} lb chroot_proc remove ${@} lb chroot_devpts remove ${@} - -lb bootstrap_cache save ${@} |