diff options
Diffstat (limited to 'helpers/lh_source_download')
-rwxr-xr-x | helpers/lh_source_download | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/helpers/lh_source_download b/helpers/lh_source_download index c1903f886..a3ec267bc 100755 --- a/helpers/lh_source_download +++ b/helpers/lh_source_download @@ -22,11 +22,17 @@ USAGE="${PROGRAM} [--force]" Arguments "${@}" +Echo_debug "Init ${PROGRAM}" + # Reading configuration files +Read_conffile config/bootstrap +Read_conffile config/chroot Read_conffile config/common Read_conffile config/image Set_defaults +Breakpoint "source_download: Init" + if [ "${LIVE_SOURCE}" = "enabled" ] then # Requiring stage file |