diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-07 12:10:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:31 +0100 |
commit | 26fc30d8eb164a2d46ea31add932629398519c8e (patch) | |
tree | 8f45ad2d177d3c2792e256198053ee28d8e3b5bb /helpers/lh_chroot | |
parent | 0466a3bda47a07e72e40648e5318567af389364c (diff) | |
download | vyos-live-build-26fc30d8eb164a2d46ea31add932629398519c8e.tar.gz vyos-live-build-26fc30d8eb164a2d46ea31add932629398519c8e.zip |
Using new Read_conffile(); now.
Diffstat (limited to 'helpers/lh_chroot')
-rwxr-xr-x | helpers/lh_chroot | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot index 6e9a27c15..16946c759 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -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 # Configuring chroot |