diff options
Diffstat (limited to 'helpers/lh_bootstrap')
-rwxr-xr-x | helpers/lh_bootstrap | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/helpers/lh_bootstrap b/helpers/lh_bootstrap index 2692a56fb..733fad344 100755 --- a/helpers/lh_bootstrap +++ b/helpers/lh_bootstrap @@ -30,10 +30,11 @@ Echo_debug "Init ${PROGRAM}" Breakpoint "bootstrap: Init" # Reading configuration files +Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot -Read_conffile config/common -Read_conffile config/image +Read_conffile config/binary +Read_conffile config/source Set_defaults # Bootstrapping system |