summaryrefslogtreecommitdiff
path: root/helpers/lh_losetup
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_losetup')
-rwxr-xr-xhelpers/lh_losetup7
1 files changed, 7 insertions, 0 deletions
diff --git a/helpers/lh_losetup b/helpers/lh_losetup
index fb7141e..e3b7148 100755
--- a/helpers/lh_losetup
+++ b/helpers/lh_losetup
@@ -22,10 +22,17 @@ USAGE="${PROGRAM} <device> <file> <partition>"
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 "losetup: Init"
+
if [ -z "${1}" ]
then
DEVICE="`${LH_LOSETUP} -f`"