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_chroot_localization | |
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_chroot_localization')
-rwxr-xr-x | helpers/lh_chroot_localization | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/helpers/lh_chroot_localization b/helpers/lh_chroot_localization index 00b96b267..941a5af3d 100755 --- a/helpers/lh_chroot_localization +++ b/helpers/lh_chroot_localization @@ -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 installing localization packages..." |