diff options
Diffstat (limited to 'helpers/lh_bootstrap_cache')
-rwxr-xr-x | helpers/lh_bootstrap_cache | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_bootstrap_cache b/helpers/lh_bootstrap_cache index 66f57c203..4efeba398 100755 --- a/helpers/lh_bootstrap_cache +++ b/helpers/lh_bootstrap_cache @@ -33,6 +33,9 @@ Read_conffile config/source Read_conffile "${LH_CONFIG}" Set_defaults +# Check architecture +Check_crossarchitecture + Echo_message "Begin caching bootstrap stage..." for STAGE in ${LH_CACHE_STAGES} |