diff options
Diffstat (limited to 'helpers/lh_bootstrap_copy')
-rwxr-xr-x | helpers/lh_bootstrap_copy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_bootstrap_copy b/helpers/lh_bootstrap_copy index 1f48c7f..518069f 100755 --- a/helpers/lh_bootstrap_copy +++ b/helpers/lh_bootstrap_copy @@ -38,6 +38,9 @@ then exit 0 fi +# Check architecture +Check_crossarchitecture + Echo_message "Begin bootstrapping system..." # Ensure that a system is built as root |