Using new Read_conffile(); now.
This commit is contained in:
parent
8f2ad4fc97
commit
07a3c54d46
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Preparing root filesystem
|
# Preparing root filesystem
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin copying chroot..."
|
Echo_message "Begin copying chroot..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_QUIET}" = "enabled" ]
|
if [ "${LH_QUIET}" = "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_BINARY_IMAGES}" != "iso" ]
|
if [ "${LH_BINARY_IMAGES}" != "iso" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
case "${LH_ENCRYPTION}" in
|
case "${LH_ENCRYPTION}" in
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_BOOTLOADER}" != "grub" ]
|
if [ "${LH_BOOTLOADER}" != "grub" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_INCLUDES}" = "none" ]
|
if [ "${LH_INCLUDES}" = "none" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if ! echo "${LH_BINARY_IMAGES}" | grep -qs iso
|
if ! echo "${LH_BINARY_IMAGES}" | grep -qs iso
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin install linux-image..."
|
Echo_message "Begin install linux-image..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin executing local hooks..."
|
Echo_message "Begin executing local hooks..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin copying binary local includes..."
|
Echo_message "Begin copying binary local includes..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin installing local packages lists..."
|
Echo_message "Begin installing local packages lists..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin creating manifest..."
|
Echo_message "Begin creating manifest..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_CHECKSUMS}" != "enabled" ]
|
if [ "${LH_CHECKSUMS}" != "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_MEMTEST}" = "disabled" ] || [ "${LH_MEMTEST}" = "none" ]
|
if [ "${LH_MEMTEST}" = "disabled" ] || [ "${LH_MEMTEST}" = "none" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if ! echo "${LH_BINARY_IMAGES}" | grep -qs net
|
if ! echo "${LH_BINARY_IMAGES}" | grep -qs net
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin building root filesystem image..."
|
Echo_message "Begin building root filesystem image..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_BOOTLOADER}" != "syslinux" ]
|
if [ "${LH_BOOTLOADER}" != "syslinux" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if ! echo "${LH_BINARY_IMAGES}" | grep -qs tar
|
if ! echo "${LH_BINARY_IMAGES}" | grep -qs tar
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if ! echo "${LH_BINARY_IMAGES}" | grep -qs usb-hdd
|
if ! echo "${LH_BINARY_IMAGES}" | grep -qs usb-hdd
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_BOOTLOADER}" != "yaboot" ]
|
if [ "${LH_BOOTLOADER}" != "yaboot" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Bootstrapping system
|
# Bootstrapping system
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Check architecture
|
# Check architecture
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_BOOTSTRAP}" != "cdebootstrap" ]
|
if [ "${LH_BOOTSTRAP}" != "cdebootstrap" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_BOOTSTRAP}" != "copy" ]
|
if [ "${LH_BOOTSTRAP}" != "copy" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_BOOTSTRAP}" != "debootstrap" ]
|
if [ "${LH_BOOTSTRAP}" != "debootstrap" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Configuring chroot
|
# Configuring chroot
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin caching chroot stage..."
|
Echo_message "Begin caching chroot stage..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -28,13 +28,7 @@ Arguments "${@}"
|
||||||
lh_testroot
|
lh_testroot
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin executing hacks..."
|
Echo_message "Begin executing hacks..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin executing hooks..."
|
Echo_message "Begin executing hooks..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_INTERACTIVE}" = "disabled" ]
|
if [ "${LH_INTERACTIVE}" = "disabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin executing local hooks..."
|
Echo_message "Begin executing local hooks..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin copying chroot local includes..."
|
Echo_message "Begin copying chroot local includes..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin installing local packages..."
|
Echo_message "Begin installing local packages..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin installing local packages lists..."
|
Echo_message "Begin installing local packages lists..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin executing locale preseed..."
|
Echo_message "Begin executing locale preseed..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin installing localization packages..."
|
Echo_message "Begin installing localization packages..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin installing packages..."
|
Echo_message "Begin installing packages..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin installing packages lists..."
|
Echo_message "Begin installing packages lists..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin executing preseed..."
|
Echo_message "Begin executing preseed..."
|
||||||
|
|
|
@ -28,13 +28,7 @@ Arguments "${@}"
|
||||||
lh_testroot
|
lh_testroot
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SYMLINKS}" != "enabled" ]
|
if [ "${LH_SYMLINKS}" != "enabled" ]
|
||||||
|
|
|
@ -28,13 +28,7 @@ Arguments "${@}"
|
||||||
lh_testroot
|
lh_testroot
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} {install|remove} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Configuring package sysvinit"
|
Echo_message "Configuring package sysvinit"
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
Echo_message "Begin installing tasks..."
|
Echo_message "Begin installing tasks..."
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [
|
||||||
#Arguments "${@}"
|
#Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Avoid cases were users accidentally nuke their config/binary
|
# Avoid cases were users accidentally nuke their config/binary
|
||||||
|
|
|
@ -652,13 +652,7 @@ Local_arguments ()
|
||||||
}
|
}
|
||||||
|
|
||||||
# Reading existing configuration
|
# Reading existing configuration
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
|
|
||||||
Local_arguments "${@}"
|
Local_arguments "${@}"
|
||||||
|
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Enabling network in chroot
|
# Enabling network in chroot
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SOURCE}" != "enabled" ]
|
if [ "${LH_SOURCE}" != "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SOURCE}" != "enabled" ]
|
if [ "${LH_SOURCE}" != "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SOURCE_IMAGES}" != "iso" ]
|
if [ "${LH_SOURCE_IMAGES}" != "iso" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SOURCE}" != "enabled" ]
|
if [ "${LH_SOURCE}" != "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SOURCE}" != "enabled" ]
|
if [ "${LH_SOURCE}" != "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SOURCE}" != "enabled" ]
|
if [ "${LH_SOURCE}" != "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SOURCE}" != "enabled" ]
|
if [ "${LH_SOURCE}" != "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_SOURCE}" != "enabled" ]
|
if [ "${LH_SOURCE}" != "enabled" ]
|
||||||
|
|
|
@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
# Reading configuration files
|
# Reading configuration files
|
||||||
Read_conffile config/all
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Read_conffile config/common
|
|
||||||
Read_conffile config/bootstrap
|
|
||||||
Read_conffile config/chroot
|
|
||||||
Read_conffile config/binary
|
|
||||||
Read_conffile config/source
|
|
||||||
Read_conffile "${LH_CONFIG}"
|
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
# Checking user account
|
# Checking user account
|
||||||
|
|
Loading…
Reference in New Issue