diff options
-rwxr-xr-x | helpers/lh_build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/helpers/lh_build b/helpers/lh_build index 8d38890..bb07c83 100755 --- a/helpers/lh_build +++ b/helpers/lh_build @@ -41,6 +41,13 @@ then exit 1 fi +# Reading configuration files +Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source +Set_defaults + +# Checking defaults +Check_defaults + # Bootstrapping system lh_bootstrap ${*} |