diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-07 11:58:50 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-04-07 11:58:50 +0200 |
commit | e79e733e4919956db0c26eb8801beaeeb1d357a5 (patch) | |
tree | eb3e7cf90660323ae4172aa4eb56fda744a66942 | |
parent | c553c5bbe60f77257779d35e8d745bf2883b5bcc (diff) | |
download | vyos-live-build-e79e733e4919956db0c26eb8801beaeeb1d357a5.tar.gz vyos-live-build-e79e733e4919956db0c26eb8801beaeeb1d357a5.zip |
Adding 'all' configuration file.
67 files changed, 67 insertions, 0 deletions
diff --git a/helpers/lh_binary b/helpers/lh_binary index b24ad3a4d..2cc5ce0df 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -25,6 +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 diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot index 9c462ffc9..32b4aab58 100755 --- a/helpers/lh_binary_chroot +++ b/helpers/lh_binary_chroot @@ -25,6 +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 diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 257d786c3..04f943568 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -25,6 +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 diff --git a/helpers/lh_binary_disk b/helpers/lh_binary_disk index 6127f5244..ab0b2dc8d 100755 --- a/helpers/lh_binary_disk +++ b/helpers/lh_binary_disk @@ -25,6 +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 diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption index 1de5b9459..62a6c0aaf 100755 --- a/helpers/lh_binary_encryption +++ b/helpers/lh_binary_encryption @@ -25,6 +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 diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub index 1e4376bbf..974fc03fd 100755 --- a/helpers/lh_binary_grub +++ b/helpers/lh_binary_grub @@ -25,6 +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 diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes index 777c3dce2..24c9e5dcc 100755 --- a/helpers/lh_binary_includes +++ b/helpers/lh_binary_includes @@ -25,6 +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 diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso index 722bfcdcf..9bc844b65 100755 --- a/helpers/lh_binary_iso +++ b/helpers/lh_binary_iso @@ -25,6 +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 diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image index 789bf4d74..308d8ae6c 100755 --- a/helpers/lh_binary_linux-image +++ b/helpers/lh_binary_linux-image @@ -25,6 +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 diff --git a/helpers/lh_binary_local-hooks b/helpers/lh_binary_local-hooks index 6d758c31e..d1644159e 100755 --- a/helpers/lh_binary_local-hooks +++ b/helpers/lh_binary_local-hooks @@ -25,6 +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 diff --git a/helpers/lh_binary_local-includes b/helpers/lh_binary_local-includes index 48657bf2d..cb61e3ac9 100755 --- a/helpers/lh_binary_local-includes +++ b/helpers/lh_binary_local-includes @@ -25,6 +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 diff --git a/helpers/lh_binary_local-packageslists b/helpers/lh_binary_local-packageslists index 13b59aec7..bccb2ed9c 100755 --- a/helpers/lh_binary_local-packageslists +++ b/helpers/lh_binary_local-packageslists @@ -25,6 +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 diff --git a/helpers/lh_binary_manifest b/helpers/lh_binary_manifest index 33e710f6e..f6eef0f09 100755 --- a/helpers/lh_binary_manifest +++ b/helpers/lh_binary_manifest @@ -25,6 +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 diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum index 03c75d350..1e1a54816 100755 --- a/helpers/lh_binary_md5sum +++ b/helpers/lh_binary_md5sum @@ -25,6 +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 diff --git a/helpers/lh_binary_memtest b/helpers/lh_binary_memtest index 560376274..2a41b03df 100755 --- a/helpers/lh_binary_memtest +++ b/helpers/lh_binary_memtest @@ -25,6 +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 diff --git a/helpers/lh_binary_net b/helpers/lh_binary_net index a329fcdf8..92405760a 100755 --- a/helpers/lh_binary_net +++ b/helpers/lh_binary_net @@ -25,6 +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 diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs index f07609d0b..5dce2f198 100755 --- a/helpers/lh_binary_rootfs +++ b/helpers/lh_binary_rootfs @@ -25,6 +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 diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 98dabeb02..846923770 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -25,6 +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 diff --git a/helpers/lh_binary_tar b/helpers/lh_binary_tar index f610d7be7..6661f60ee 100755 --- a/helpers/lh_binary_tar +++ b/helpers/lh_binary_tar @@ -25,6 +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 diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd index b3e0f315f..7dfddc8b1 100755 --- a/helpers/lh_binary_usb-hdd +++ b/helpers/lh_binary_usb-hdd @@ -25,6 +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 diff --git a/helpers/lh_binary_yaboot b/helpers/lh_binary_yaboot index 2ae5c55cf..c8ec43a8e 100755 --- a/helpers/lh_binary_yaboot +++ b/helpers/lh_binary_yaboot @@ -25,6 +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 diff --git a/helpers/lh_bootstrap b/helpers/lh_bootstrap index d524aa129..cf9c5e51a 100755 --- a/helpers/lh_bootstrap +++ b/helpers/lh_bootstrap @@ -25,6 +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 diff --git a/helpers/lh_bootstrap_cache b/helpers/lh_bootstrap_cache index e394a1995..d7fadc478 100755 --- a/helpers/lh_bootstrap_cache +++ b/helpers/lh_bootstrap_cache @@ -25,6 +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 diff --git a/helpers/lh_bootstrap_cdebootstrap b/helpers/lh_bootstrap_cdebootstrap index 8f8561eb5..9ab3e17a8 100755 --- a/helpers/lh_bootstrap_cdebootstrap +++ b/helpers/lh_bootstrap_cdebootstrap @@ -25,6 +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 diff --git a/helpers/lh_bootstrap_copy b/helpers/lh_bootstrap_copy index aba2e42fa..628a9b085 100755 --- a/helpers/lh_bootstrap_copy +++ b/helpers/lh_bootstrap_copy @@ -25,6 +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 diff --git a/helpers/lh_bootstrap_debootstrap b/helpers/lh_bootstrap_debootstrap index 5f717a212..4c3c04237 100755 --- a/helpers/lh_bootstrap_debootstrap +++ b/helpers/lh_bootstrap_debootstrap @@ -25,6 +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 diff --git a/helpers/lh_chroot b/helpers/lh_chroot index 79f57d55f..6e9a27c15 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -25,6 +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 diff --git a/helpers/lh_chroot_apt b/helpers/lh_chroot_apt index 8f170a07e..7a0b5b4c2 100755 --- a/helpers/lh_chroot_apt +++ b/helpers/lh_chroot_apt @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_cache b/helpers/lh_chroot_cache index 923a8f2ad..e0e01dfa9 100755 --- a/helpers/lh_chroot_cache +++ b/helpers/lh_chroot_cache @@ -25,6 +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 diff --git a/helpers/lh_chroot_debianchroot b/helpers/lh_chroot_debianchroot index 9c4e91ecc..1e7cad7b8 100755 --- a/helpers/lh_chroot_debianchroot +++ b/helpers/lh_chroot_debianchroot @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_devpts b/helpers/lh_chroot_devpts index 5bae1c83d..67041c6a5 100755 --- a/helpers/lh_chroot_devpts +++ b/helpers/lh_chroot_devpts @@ -28,6 +28,7 @@ Arguments "${@}" lh_testroot # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_dpkg b/helpers/lh_chroot_dpkg index 90d55e56b..9b350ca09 100755 --- a/helpers/lh_chroot_dpkg +++ b/helpers/lh_chroot_dpkg @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 7a90d369b..f29d61d27 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -25,6 +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 diff --git a/helpers/lh_chroot_hooks b/helpers/lh_chroot_hooks index 9b639c844..f69ee36d1 100755 --- a/helpers/lh_chroot_hooks +++ b/helpers/lh_chroot_hooks @@ -25,6 +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 diff --git a/helpers/lh_chroot_hostname b/helpers/lh_chroot_hostname index f85815a73..813cfeec4 100755 --- a/helpers/lh_chroot_hostname +++ b/helpers/lh_chroot_hostname @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_hosts b/helpers/lh_chroot_hosts index 8bd70fc5a..ed0c25873 100755 --- a/helpers/lh_chroot_hosts +++ b/helpers/lh_chroot_hosts @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_interactive b/helpers/lh_chroot_interactive index f17e26925..f66f302f8 100755 --- a/helpers/lh_chroot_interactive +++ b/helpers/lh_chroot_interactive @@ -25,6 +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 diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image index c409b7720..16ed284a8 100755 --- a/helpers/lh_chroot_linux-image +++ b/helpers/lh_chroot_linux-image @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_local-hooks b/helpers/lh_chroot_local-hooks index e6c0265a0..4a98ed7a8 100755 --- a/helpers/lh_chroot_local-hooks +++ b/helpers/lh_chroot_local-hooks @@ -25,6 +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 diff --git a/helpers/lh_chroot_local-includes b/helpers/lh_chroot_local-includes index e1a7134fc..7135cd0b1 100755 --- a/helpers/lh_chroot_local-includes +++ b/helpers/lh_chroot_local-includes @@ -25,6 +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 diff --git a/helpers/lh_chroot_local-packages b/helpers/lh_chroot_local-packages index 80769b998..36c126a84 100755 --- a/helpers/lh_chroot_local-packages +++ b/helpers/lh_chroot_local-packages @@ -25,6 +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 diff --git a/helpers/lh_chroot_local-packageslists b/helpers/lh_chroot_local-packageslists index 8343f8880..f140aa5af 100755 --- a/helpers/lh_chroot_local-packageslists +++ b/helpers/lh_chroot_local-packageslists @@ -25,6 +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 diff --git a/helpers/lh_chroot_local-preseed b/helpers/lh_chroot_local-preseed index cf4b318f2..e6084a3f5 100755 --- a/helpers/lh_chroot_local-preseed +++ b/helpers/lh_chroot_local-preseed @@ -25,6 +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 diff --git a/helpers/lh_chroot_localization b/helpers/lh_chroot_localization index ca4806380..00b96b267 100755 --- a/helpers/lh_chroot_localization +++ b/helpers/lh_chroot_localization @@ -25,6 +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 diff --git a/helpers/lh_chroot_packages b/helpers/lh_chroot_packages index 26c195c13..98d03bab0 100755 --- a/helpers/lh_chroot_packages +++ b/helpers/lh_chroot_packages @@ -25,6 +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 diff --git a/helpers/lh_chroot_packageslists b/helpers/lh_chroot_packageslists index bafdbbb04..725b89708 100755 --- a/helpers/lh_chroot_packageslists +++ b/helpers/lh_chroot_packageslists @@ -25,6 +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 diff --git a/helpers/lh_chroot_preseed b/helpers/lh_chroot_preseed index 010a2c8fd..5519cc3ca 100755 --- a/helpers/lh_chroot_preseed +++ b/helpers/lh_chroot_preseed @@ -25,6 +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 diff --git a/helpers/lh_chroot_proc b/helpers/lh_chroot_proc index a36269c45..90e33a3ae 100755 --- a/helpers/lh_chroot_proc +++ b/helpers/lh_chroot_proc @@ -28,6 +28,7 @@ Arguments "${@}" lh_testroot # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_resolv b/helpers/lh_chroot_resolv index 63d34c596..08e7d95f1 100755 --- a/helpers/lh_chroot_resolv +++ b/helpers/lh_chroot_resolv @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index 63a8d9ae7..633df5c39 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_symlinks b/helpers/lh_chroot_symlinks index c95949a93..7c86f8165 100755 --- a/helpers/lh_chroot_symlinks +++ b/helpers/lh_chroot_symlinks @@ -25,6 +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 diff --git a/helpers/lh_chroot_sysfs b/helpers/lh_chroot_sysfs index 931d54da8..08e64a204 100755 --- a/helpers/lh_chroot_sysfs +++ b/helpers/lh_chroot_sysfs @@ -28,6 +28,7 @@ Arguments "${@}" lh_testroot # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_sysv-rc b/helpers/lh_chroot_sysv-rc index 4b18e7a2f..06629fa96 100755 --- a/helpers/lh_chroot_sysv-rc +++ b/helpers/lh_chroot_sysv-rc @@ -25,6 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_chroot_sysvinit b/helpers/lh_chroot_sysvinit index 94a6e926d..165539c18 100755 --- a/helpers/lh_chroot_sysvinit +++ b/helpers/lh_chroot_sysvinit @@ -25,6 +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 diff --git a/helpers/lh_chroot_tasks b/helpers/lh_chroot_tasks index 82d9c13d7..5a82bee69 100755 --- a/helpers/lh_chroot_tasks +++ b/helpers/lh_chroot_tasks @@ -25,6 +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 diff --git a/helpers/lh_clean b/helpers/lh_clean index fb14ec97c..6eeb1d438 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -25,6 +25,7 @@ USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [ #Arguments "${@}" # Reading configuration files +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_config b/helpers/lh_config index f7c2871d8..306cd64e9 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -652,6 +652,7 @@ Local_arguments () } # Reading existing configuration +Read_conffile config/all Read_conffile config/common Read_conffile config/bootstrap Read_conffile config/chroot diff --git a/helpers/lh_source b/helpers/lh_source index 34a6b524f..aca176dd4 100755 --- a/helpers/lh_source +++ b/helpers/lh_source @@ -25,6 +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 diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian index 5f59d398c..959ec6d5c 100755 --- a/helpers/lh_source_debian +++ b/helpers/lh_source_debian @@ -25,6 +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 diff --git a/helpers/lh_source_debian-live b/helpers/lh_source_debian-live index 4bfa953f8..8a48d0135 100755 --- a/helpers/lh_source_debian-live +++ b/helpers/lh_source_debian-live @@ -25,6 +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 diff --git a/helpers/lh_source_disk b/helpers/lh_source_disk index 670111b11..6ce1e5da1 100755 --- a/helpers/lh_source_disk +++ b/helpers/lh_source_disk @@ -25,6 +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 diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso index a18afd07f..dbad636d3 100755 --- a/helpers/lh_source_iso +++ b/helpers/lh_source_iso @@ -25,6 +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 diff --git a/helpers/lh_source_md5sum b/helpers/lh_source_md5sum index ef9c0632b..965307e30 100755 --- a/helpers/lh_source_md5sum +++ b/helpers/lh_source_md5sum @@ -25,6 +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 diff --git a/helpers/lh_source_net b/helpers/lh_source_net index 16952067f..554ad8e20 100755 --- a/helpers/lh_source_net +++ b/helpers/lh_source_net @@ -25,6 +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 diff --git a/helpers/lh_source_tar b/helpers/lh_source_tar index 4719f404a..1334fa859 100755 --- a/helpers/lh_source_tar +++ b/helpers/lh_source_tar @@ -25,6 +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 diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd index b5d875e03..b43ff2f0e 100755 --- a/helpers/lh_source_usb-hdd +++ b/helpers/lh_source_usb-hdd @@ -25,6 +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 diff --git a/helpers/lh_testroot b/helpers/lh_testroot index b97f99ece..e2f3b8a2c 100755 --- a/helpers/lh_testroot +++ b/helpers/lh_testroot @@ -25,6 +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 |