diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:16 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:16 +0200 |
commit | 1803c471647582743a7c7a99c34d5bc9c7bb9595 (patch) | |
tree | 1289402c2df38afa3f1f70c7e40fe4f35835d670 /helpers/lh_binary | |
parent | 9a280c0dc1591777bc5014ef6450a8cef7eb033a (diff) | |
download | vyos-live-build-1803c471647582743a7c7a99c34d5bc9c7bb9595.tar.gz vyos-live-build-1803c471647582743a7c7a99c34d5bc9c7bb9595.zip |
Adding live-helper 1.0~a20-1.
Diffstat (limited to 'helpers/lh_binary')
-rwxr-xr-x | helpers/lh_binary | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/helpers/lh_binary b/helpers/lh_binary index 7a71cbc61..c178309f2 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -24,6 +24,14 @@ USAGE="${PROGRAM} [--force]" Arguments "${@}" +# Reading configuration files +Read_conffile config/common +Read_conffile config/bootstrap +Read_conffile config/chroot +Read_conffile config/binary +Read_conffile config/source +Set_defaults + # Preparing root filesystem lh_binary_chroot ${*} |