diff options
Diffstat (limited to 'helpers/lh_source_hdd')
-rwxr-xr-x | helpers/lh_source_hdd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/helpers/lh_source_hdd b/helpers/lh_source_hdd index 498a18bf2..ac5ff730e 100755 --- a/helpers/lh_source_hdd +++ b/helpers/lh_source_hdd @@ -25,10 +25,11 @@ Arguments "${@}" Echo_debug "Init ${PROGRAM}" # 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 Breakpoint "source_hdd: Init" |