Call "Check_defaults" in lh_build.

This ensures that incompatible configurations that are created by editing
files in config/ are detected when building the image via lh_build.

This also has the side-effect of ensuring that configuration warnings (if
any) appear for live-magic.
This commit is contained in:
Chris Lamb 2008-08-07 20:04:47 +01:00 committed by Daniel Baumann
parent bd4a6204bb
commit c0d2b4ef05
1 changed files with 7 additions and 0 deletions
helpers

View File

@ -41,6 +41,13 @@ then
exit 1
fi
# Reading configuration files
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
# Checking defaults
Check_defaults
# Bootstrapping system
lh_bootstrap ${*}