summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_hacks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-04-07 12:10:21 +0200
committerDaniel Baumann <daniel@debian.org>2008-04-07 12:10:21 +0200
commit07a3c54d46b6d1236b8e31d2bcfbd8336bef94e4 (patch)
tree8f45ad2d177d3c2792e256198053ee28d8e3b5bb /helpers/lh_chroot_hacks
parent8f2ad4fc97a832a5c9791432057445eaef005806 (diff)
downloadvyos-live-build-07a3c54d46b6d1236b8e31d2bcfbd8336bef94e4.tar.gz
vyos-live-build-07a3c54d46b6d1236b8e31d2bcfbd8336bef94e4.zip
Using new Read_conffile(); now.
Diffstat (limited to 'helpers/lh_chroot_hacks')
-rwxr-xr-xhelpers/lh_chroot_hacks8
1 files changed, 1 insertions, 7 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index f29d61d27..df891042d 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
Arguments "${@}"
# Reading configuration files
-Read_conffile config/all
-Read_conffile config/common
-Read_conffile config/bootstrap
-Read_conffile config/chroot
-Read_conffile config/binary
-Read_conffile config/source
-Read_conffile "${LH_CONFIG}"
+Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
Echo_message "Begin executing hacks..."