live-build/helpers/lh_bootstrap

19 lines
296 B
Plaintext
Raw Normal View History

2007-09-23 08:04:46 +00:00
#!/bin/sh
# lh_bootstrap(1) - bootstrap a Debian system
set -e
# Source common functions
for FUNCTION in /usr/share/live-helper/functions/*.sh
do
. ${FUNCTION}
done
# Reading configuration files
Read_conffile config/common
Set_defaults
# Bootstrapping system
lh_bootstrap_"${LH_BOOTSTRAP}"