diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-07 12:10:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-04-07 12:10:21 +0200 |
commit | 07a3c54d46b6d1236b8e31d2bcfbd8336bef94e4 (patch) | |
tree | 8f45ad2d177d3c2792e256198053ee28d8e3b5bb /helpers/lh_binary_iso | |
parent | 8f2ad4fc97a832a5c9791432057445eaef005806 (diff) | |
download | vyos-live-build-07a3c54d46b6d1236b8e31d2bcfbd8336bef94e4.tar.gz vyos-live-build-07a3c54d46b6d1236b8e31d2bcfbd8336bef94e4.zip |
Using new Read_conffile(); now.
Diffstat (limited to 'helpers/lh_binary_iso')
-rwxr-xr-x | helpers/lh_binary_iso | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso index 9bc844b65..aa2e6dbec 100755 --- a/helpers/lh_binary_iso +++ b/helpers/lh_binary_iso @@ -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 if ! echo "${LH_BINARY_IMAGES}" | grep -qs iso |